Add post-install cmds for routes and events.
This commit is contained in:
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user