Add a composer command in the scripts
section, so you can run composer run laravel:helper
to update all Laravel IDE helpers:
"scripts": {
"laravel:helper": "php artisan ide-helper:generate && php artisan ide-helper:meta && php artisan ide-helper:models -N"
}