Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit 0b225ea

Browse files
committed
Merge pull request #381 from adamlundrigan/hotfix/368
Enable development mode after install is completed Conflicts: composer.json
2 parents c0325ba + 955aca0 commit 0b225ea

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ configuration in `config/autoload/development.local.php.dist`. Enabling
5050
development mode will copy these files to versions removing the `.dist` suffix,
5151
while 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

5560
To run the supplied skeleton unit tests, you need to do one of the following:

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
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
}

0 commit comments

Comments
 (0)