diff --git a/readme.md b/readme.md index 10fcc57..652570c 100644 --- a/readme.md +++ b/readme.md @@ -54,8 +54,9 @@ You can configure your composer.json to do this after each commit: ```js "scripts":{ "post-update-cmd": [ - "php artisan clear-compiled", + "Illuminate\\Foundation\\ComposerScripts::postUpdate", "php artisan ide-helper:generate", + "php artisan ide-helper:meta", "php artisan optimize" ] },