Chmod on post-update-cmd. Closes #407

This commit is contained in:
James Brooks
2015-01-21 22:12:54 +00:00
parent 1c20463d5f
commit d616912cf2

View File

@@ -70,7 +70,8 @@
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
"php artisan optimize",
"php artisan cachet:chmod"
],
"post-create-project-cmd": [
"php artisan key:generate"