File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ $ git clone git@github.com:alcidesrc/php-skeleton.git .
5050.
5151├── app # Your application business logic goes here
5252├── composer.json # Application dependencies main file
53- ├── composer.lock # Application dependencies locked file
53+ ├── composer.lock # Application dependencies locked file
5454├── LICENSE
5555├── Makefile
5656├── phpcs.xml # PHPCS configuration file
@@ -85,11 +85,11 @@ Additionally a *Makefile* is provided with frequently used commands:
8585``` bash
8686~ /path/to/my-new-project$ make
8787
88- ╔════════════════════════════════════════════════════════════════════════════════════════════════════════ ╗
89- ║ ║
90- ║ .: AVAILABLE COMMANDS :. ║
91- ║ ║
92- ╚════════════════════════════════════════════════════════════════════════════════════════════════════════ ╝
88+ ╔════════════════════════════════════════════════════════════════════════════════════════════════╗
89+ ║ ║
90+ ║ .: AVAILABLE COMMANDS :. ║
91+ ║ ║
92+ ╚════════════════════════════════════════════════════════════════════════════════════════════════╝
9393
9494· composer-dump Composer: executes < composer dump-auto> inside the container
9595· composer-install Composer: executes < composer install> inside the container
You can’t perform that action at this time.
0 commit comments