laravel-strict-stubs maintained by mll-lab
This package is now integrated into mll-lab/laravel-utils.
laravel-strict-stubs
Strictly typed replacements for the default Laravel generator stubs
Installation
composer require --dev mll-lab/laravel-strict-stubs
Usage
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"
]
}