This repository was archived by the owner on Jan 1, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,11 @@ configuration in `config/autoload/development.local.php.dist`. Enabling
50
50
development mode will copy these files to versions removing the ` .dist ` suffix,
51
51
while disabling development mode will remove those copies.
52
52
53
+ Development mode is automatically enabled as part of the skeleton installation process.
54
+ After making changes to one of the above-mentioned ` .dist ` configuration files you will
55
+ either need to disable then enable development mode for the changes to take effect,
56
+ or manually make matching updates to the ` .dist ` -less copies of those files.
57
+
53
58
## Running Unit Tests
54
59
55
60
To run the supplied skeleton unit tests, you need to do one of the following:
Original file line number Diff line number Diff line change 115
115
"development-disable" : " zf-development-mode disable" ,
116
116
"development-enable" : " zf-development-mode enable" ,
117
117
"development-status" : " zf-development-mode status" ,
118
+ "post-create-project-cmd" : [" @development-enable" ],
118
119
"serve" : " php -S 0.0.0.0:8080 -t public/ public/index.php" ,
119
120
"test" : " phpunit"
120
121
}
You can’t perform that action at this time.
0 commit comments