Browse Source

Add post-install cmds for routes and events.

Taylor Otwell 9 years ago
parent
commit
97d95abfa6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      composer.json

+ 2 - 0
composer.json

@@ -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": [