Improved Laravel stubs.
composer require --dev recoded-dev/laravel-stubs
php artisan stubs:publish
That's it! This packages handles everything else.
Development to this package requires tests, static analysis and conforming to the coding-standard.
To validate these locally run the following with dev dependencies installed:
vendor/bin/phpunit && vendor/bin/phpstan && vendor/bin/phpcs