From d0ad3ad2f0e74837c2340c571c3edb6d83cb3af3 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Fri, 14 Apr 2017 17:43:59 -0400 Subject: [PATCH] Just remove setup entirely. Will document the commands needed to run for upgrade vs. install. --- .env.example | 2 +- composer.json | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.env.example b/.env.example index ed3a56b68..fa7e20965 100644 --- a/.env.example +++ b/.env.example @@ -13,7 +13,7 @@ DB_DATABASE=homestead DB_USERNAME=homestead DB_PASSWORD=secret -CACHE_DRIVER=memcached +CACHE_DRIVER=file SESSION_DRIVER=database MAIL_DRIVER=smtp diff --git a/composer.json b/composer.json index d5590fe8f..a58a52202 100644 --- a/composer.json +++ b/composer.json @@ -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,