Just remove setup entirely.

Will document the commands needed to run  for upgrade vs. install.
This commit is contained in:
Dane Everitt
2017-04-14 17:43:59 -04:00
parent 8b9ffa0131
commit d0ad3ad2f0
2 changed files with 1 additions and 6 deletions

View File

@@ -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,