Updated pre-update composer hook

This commit is contained in:
Graham Campbell 2015-05-28 15:18:22 +01:00
parent eb9d22975d
commit 12e940e59c

View File

@ -63,8 +63,10 @@
"php artisan optimize",
"chmod -R 755 storage"
],
"pre-update-cmd": [
"php artisan clear-compiled"
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize",
"chmod -R 755 storage"
],