Clear views w/composer

This commit is contained in:
Hillel Coren 2018-03-16 09:43:27 +02:00
parent 06ba3d743c
commit 2bbebcf9a4

View File

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