From c784c623ba5f655fe5b1d81d63dc7e9326b53cee Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Sun, 15 Jul 2018 21:34:15 +0100 Subject: [PATCH] Include all update steps in update.php --- public/update.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/update.php b/public/update.php index a09cce6..bf56d01 100644 --- a/public/update.php +++ b/public/update.php @@ -48,6 +48,9 @@ class BlueTwilightUpdater cd baseDirectory; ?> php artisan clear-compiled +php artisan cache:clear +php artisan config:clear +php artisan view:clear /path/to/composer.phar install