mltstephane/laravel-stubs

Opinionated Laravel stubs

Maintainers

Package info

github.com/MltStephane/laravel-stubs

Homepage

pkg:composer/mltstephane/laravel-stubs

Fund package maintenance!

spatie.be/open-source/support-us

Statistics

Installs: 397

Dependents: 0

Suggesters: 0

Stars: 0

1.1.0 2025-02-25 21:00 UTC

This package is auto-updated.

Last update: 2026-03-13 10:18:40 UTC


README

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.