A few final changes prior to release
This commit is contained in:
parent
838c8d8cfc
commit
5ce6b00f54
3 changed files with 9 additions and 5 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue