1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 20:32:28 +01:00

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

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"
]