juststeveking/laravel-stubs

An opinionated version of the Laravel stubs

Fund package maintenance!
JustSteveKing

1.0.2 2022-04-22 08:27 UTC

This package is auto-updated.

Last update: 2023-05-22 12:12:34 UTC


README

This repo contains opionated versions of the Laravel default stubs, feel free to ammend after publishing.

These are aimed at being as strict as the framework will allow, and they are not for everyone.

Installation

You can install this package using composer:

composer require --dev juststeveking/laravel-stubs

If you want to make sure these stubs stay up to date with every update, add this composer hok to your composer.json file:

"scripts": {
    "post-update-cmd": [
        "@php artisan publish:stubs --force"
    ]
}

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security

If you've found a bug regarding security please mail juststevemcd@gmail.com instead of using the issue tracker.

Credits

License

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