This package is now integrated into mll-lab/laravel-utils
.
Strictly typed replacements for the default Laravel generator stubs
composer require --dev mll-lab/laravel-strict-stubs
To continually keep your stubs updated with the latest and greatest from this package,
add /stubs
to your .gitignore
and add the following to your composer.json
:
"scripts": {
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
+ "@php artisan vendor:publish --tag=strict-stubs --force"
]
}