Just remove setup entirely.
Will document the commands needed to run for upgrade vs. install.
This commit is contained in:
parent
8b9ffa0131
commit
d0ad3ad2f0
2 changed files with 1 additions and 6 deletions
|
@ -13,7 +13,7 @@ DB_DATABASE=homestead
|
||||||
DB_USERNAME=homestead
|
DB_USERNAME=homestead
|
||||||
DB_PASSWORD=secret
|
DB_PASSWORD=secret
|
||||||
|
|
||||||
CACHE_DRIVER=memcached
|
CACHE_DRIVER=file
|
||||||
SESSION_DRIVER=database
|
SESSION_DRIVER=database
|
||||||
|
|
||||||
MAIL_DRIVER=smtp
|
MAIL_DRIVER=smtp
|
||||||
|
|
|
@ -71,11 +71,6 @@
|
||||||
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
||||||
"php artisan optimize",
|
"php artisan optimize",
|
||||||
"php artisan config:cache"
|
"php artisan config:cache"
|
||||||
],
|
|
||||||
"setup": [
|
|
||||||
"composer install --no-dev",
|
|
||||||
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
|
|
||||||
"php artisan key:generate"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
|
|
Loading…
Reference in a new issue