Update composer to use new artisan command

This commit is contained in:
Dane Everitt 2016-01-25 20:15:13 -05:00
parent 1c58a9d699
commit 96592e2875

View file

@ -73,12 +73,14 @@
"php vendor/bin/homestead make --ip=192.168.10.32",
"sed -i.bak 's/homestead.app/pterodactyl.local/g' Homestead.yaml",
"rm Homestead.yaml.bak",
"php artisan key:generate"
"php artisan key:generate",
"php artisan pterodactyl:env"
],
"setup": [
"composer install --ansi --no-dev",
"php -r \"copy('.env.example', '.env');\"",
"php artisan key:generate"
"php artisan key:generate",
"php artisan pterodactyl:env"
]
},
"config": {