Removed post-install artisan optimize from composer.json — this breaks first time install as a mail config doesn’t exist yet.

This commit is contained in:
Gil Rutkowski
2013-11-29 12:42:14 -06:00
parent 06cbd0723e
commit 8ed5584565
-3
View File
@@ -20,9 +20,6 @@
]
},
"scripts": {
"post-install-cmd": [
"php artisan optimize"
],
"pre-update-cmd": [
"php artisan clear-compiled"
],