Add post-install cmds for routes and events.
This commit is contained in:
parent
060e6441c8
commit
97d95abfa6
|
@ -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": [
|
||||||
|
|
Loading…
Reference in New Issue