Update composer to use new artisan command
This commit is contained in:
parent
1c58a9d699
commit
96592e2875
1 changed files with 4 additions and 2 deletions
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue