Update composer; fix environment setting

This commit is contained in:
Dane Everitt 2016-01-25 20:30:50 -05:00
parent 96592e2875
commit 4a7fdaedde
2 changed files with 12 additions and 5 deletions

View file

@ -74,13 +74,17 @@
"sed -i.bak 's/homestead.app/pterodactyl.local/g' Homestead.yaml",
"rm Homestead.yaml.bak",
"php artisan key:generate",
"php artisan pterodactyl:env"
"php artisan pterodactyl:env",
"php artisan migrate",
"php artisan pterodactyl:user"
],
"setup": [
"composer install --ansi --no-dev",
"php -r \"copy('.env.example', '.env');\"",
"php artisan key:generate",
"php artisan pterodactyl:env"
"php artisan pterodactyl:env",
"php artisan migrate",
"php artisan pterodactyl:user"
]
},
"config": {