Commit 97d95abf authored by Taylor Otwell's avatar Taylor Otwell

Add post-install cmds for routes and events.

parent 060e6441
......@@ -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": [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment