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
1 changed files with 1 additions and 0 deletions

View File

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