Show colors when running setup command.

This commit is contained in:
Dane Everitt 2016-01-23 19:59:38 -05:00
parent 28d45fed54
commit 1433adb54d
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@
"php artisan key:generate"
],
"setup": [
"composer install",
"composer install --ansi --no-dev",
"php -r \"copy('.env.example', '.env');\"",
"php artisan key:generate"
]