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
5050development mode will copy these files to versions removing the ` .dist ` suffix,
5151while disabling development mode will remove those copies.
5252
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+
5358## Running Unit Tests
5459
5560To run the supplied skeleton unit tests, you need to do one of the following:
Original file line number Diff line number Diff line change 115115 "development-disable" : " zf-development-mode disable" ,
116116 "development-enable" : " zf-development-mode enable" ,
117117 "development-status" : " zf-development-mode status" ,
118+ "post-create-project-cmd" : [" @development-enable" ],
118119 "serve" : " php -S 0.0.0.0:8080 -t public/ public/index.php" ,
119120 "test" : " phpunit"
120121 }
You can’t perform that action at this time.
0 commit comments