Add post-install cmds for routes and events.
This commit is contained in:
parent
060e6441c8
commit
97d95abfa6
|
@ -23,6 +23,8 @@
|
|||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"php artisan clear-compiled",
|
||||
"php artisan route:scan",
|
||||
"php artisan event:scan",
|
||||
"php artisan optimize"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
|
|
Loading…
Reference in New Issue