Add clear cache, for issue #237

This commit is contained in:
James Cole 2016-04-04 19:47:55 +02:00
parent ac27659a59
commit 2d7f1af52c

View File

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