A few final changes prior to release

This commit is contained in:
Dane Everitt 2016-01-23 14:42:26 -05:00
parent 838c8d8cfc
commit 5ce6b00f54
3 changed files with 9 additions and 5 deletions

View file

@ -67,13 +67,18 @@
"post-update-cmd": [
"php artisan optimize"
],
"setup": [
"setup-dev": [
"composer install",
"php -r \"copy('.env.example', '.env');\"",
"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"
],
"setup": [
"composer install",
"php -r \"copy('.env.example', '.env');\"",
"php artisan key:generate"
]
},
"config": {