Looking to hire Laravel developers? Try LaraJobs

laravel-stubs maintained by mltstephane

Description
Opinionated Laravel stubs
Last update
2025/10/13 11:21 (dev-main)
License
Downloads
399

Comments
comments powered by Disqus

Opinionated Laravel stubs

Installation

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"
    ]
}

Usage

You can publish the stubs using this command:

php artisan stub:publish-opinionated

Testing

composer test

Credits

License

The MIT License (MIT). Please see License File for more information.