Add php artisan clear-compiled to post-install-cmd, as proposed in

laravel/framework#3152

Signed-off-by: crynobone <crynobone@gmail.com>
This commit is contained in:
crynobone
2014-01-07 10:50:02 +08:00
parent 85f096b5d7
commit b268cdc716

View File

@@ -18,6 +18,7 @@
},
"scripts": {
"post-install-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
],
"post-update-cmd": [