Add post-install cmds for routes and events.

This commit is contained in:
Taylor Otwell 2014-10-11 20:53:29 -05:00
parent 060e6441c8
commit 97d95abfa6
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,8 @@
"scripts": { "scripts": {
"post-install-cmd": [ "post-install-cmd": [
"php artisan clear-compiled", "php artisan clear-compiled",
"php artisan route:scan",
"php artisan event:scan",
"php artisan optimize" "php artisan optimize"
], ],
"post-update-cmd": [ "post-update-cmd": [