mltstephane/laravel-stubs is a Laravel package for opinionated laravel stubs.
It currently has 0 GitHub stars and 409 downloads on Packagist (latest version 1.1.0).
Install it with composer require mltstephane/laravel-stubs.
Discover more Laravel packages by mltstephane
or browse all Laravel packages to compare alternatives.
Last updated
You can install the package via composer:
composer require mltstephane/laravel-stubs --dev
If you want to keep your stubs up to date with every update, add this composer hook to your composer.json file:
"scripts": {
"post-update-cmd": [
"@php artisan stub:publish-opinionated --force"
]
}
You can publish the stubs using this command:
php artisan stub:publish-opinionated
composer test
The MIT License (MIT). Please see License File for more information.