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