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
|
@ -71,11 +71,6 @@
|
|||
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
|
||||
"php artisan optimize",
|
||||
"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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue