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" ],