From 2d7f1af52c5b1ca40d06f3430cd854bd7004d84a Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 4 Apr 2016 19:47:55 +0200 Subject: [PATCH] Add clear cache, for issue #237 --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 98a2dd3ee7..b1017007ed 100644 --- a/composer.json +++ b/composer.json @@ -57,6 +57,7 @@ "php artisan key:generate" ], "post-install-cmd": [ + "php artisan cache:clear", "php artisan clear-compiled", "php artisan optimize", "php artisan firefly:upgrade-instructions" @@ -65,6 +66,7 @@ "php artisan clear-compiled" ], "post-update-cmd": [ + "php artisan cache:clear", "php artisan optimize", "php artisan firefly:upgrade-instructions" ]