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

Commit 955aca0

Browse files
committed
Add blurb to README.md about auto-enable of development mode
1 parent 9e00e8f commit 955aca0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ configuration in `config/autoload/development.local.php.dist`. Enabling
4646
development mode will copy these files to versions removing the `.dist` suffix,
4747
while disabling development mode will remove those copies.
4848

49+
Development mode is automatically enabled as part of the skeleton installation process.
50+
After making changes to one of the above-mentioned `.dist` configuration files you will
51+
either need to disable then enable development mode for the changes to take effect,
52+
or manually make matching updates to the `.dist`-less copies of those files.
53+
4954
## Running Unit Tests
5055

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

0 commit comments

Comments
 (0)