Merge pull request #2560 from crynobone/feature/post-install-cmd

Add php artisan clear-compiled to post-install-cmd
This commit is contained in:
Taylor Otwell 2014-01-07 21:30:05 -08:00
commit adfa89b9b2
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": [