You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,12 +46,11 @@ You will have the following directory structure. Here is an explanation of all t
46
46
47
47
```
48
48
.
49
-
├── .docker # Where the SSH keys for your Docker container are stored.
50
49
├── .github # Contains workflows for running tests, PHP Stan and Code Style Fixers.
51
50
├── src # Your application's source files
52
51
├── tests # Automated tests (PEST)
53
52
├── docker-compose.yml # This file will be used to deploy your application to production.
54
-
└── Dockerfile # This file allows you to customise the production image.
53
+
└── Dockerfile # This file allows you to customise the production image and add extra PHP extensions.
55
54
```
56
55
You may choose to keep the tests and the `.github` folder. If you don't use/need code style or PHP stan these can be uninstalled by removing them from `composer.json` and running `composer update`.
0 commit comments