From 97d95abfa6c6d2186ecf3862fad0b40a478a54c9 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Sat, 11 Oct 2014 20:53:29 -0500 Subject: [PATCH] Add post-install cmds for routes and events. --- composer.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composer.json b/composer.json index 3620cf16..5827dcf3 100644 --- a/composer.json +++ b/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": [