diff --git a/readme.md b/readme.md index 37dbe4c..75fddb1 100644 --- a/readme.md +++ b/readme.md @@ -30,6 +30,7 @@ You can configure your composer.json to do this after each commit: "scripts":{ "post-update-cmd":[ + "php artisan clear-compiled", "php artisan ide-helper:generate", "php artisan optimize", ]