From 2bbebcf9a429e072affc5d255acbbd79765b0285 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 16 Mar 2018 09:43:27 +0200 Subject: [PATCH] Clear views w/composer --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 515e25b9303c..ec03789d4eed 100644 --- a/composer.json +++ b/composer.json @@ -99,11 +99,13 @@ "scripts": { "post-install-cmd": [ "rm bootstrap/cache/compiled.php || true", + "php artisan view:clear", "php artisan clear-compiled", "php artisan optimize" ], "post-update-cmd": [ "rm bootstrap/cache/compiled.php || true", + "php artisan view:clear", "php artisan clear-compiled", "php artisan optimize" ],