Updated scripts

This commit is contained in:
Graham Campbell
2015-07-05 11:51:41 +01:00
parent 3da8f3065c
commit a3235f78d0

View File

@@ -60,14 +60,16 @@
"scripts": {
"post-install-cmd": [
"php artisan clear-compiled",
"php artisan optimize",
"php artisan optimize --force",
"php artisan config:cache",
"chmod -R 755 storage"
],
"pre-update-cmd": [
"php artisan clear-compiled"
],
"post-update-cmd": [
"php artisan optimize",
"php artisan optimize --force",
"php artisan config:cache",
"chmod -R 755 storage"
],
"post-create-project-cmd": [