From a3235f78d0d1939262054520a8212dadcabd9856 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 5 Jul 2015 11:51:41 +0100 Subject: [PATCH] Updated scripts --- composer.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 662fee8b..1e52360d 100644 --- a/composer.json +++ b/composer.json @@ -60,14 +60,16 @@ "scripts": { "post-install-cmd": [ "php artisan clear-compiled", - "php artisan optimize", + "php artisan optimize --force", + "php artisan config:cache", "chmod -R 755 storage" ], "pre-update-cmd": [ "php artisan clear-compiled" ], "post-update-cmd": [ - "php artisan optimize", + "php artisan optimize --force", + "php artisan config:cache", "chmod -R 755 storage" ], "post-create-project-cmd": [