vicgutt/laravel-stubs

Overwrites and provides an opinionated version of the Laravel stubs

v0.1.6 2024-04-27 13:09 UTC

This package is auto-updated.

Last update: 2024-04-27 13:14:19 UTC


README

GitHub Tests Action Status GitHub PHPStan Action Status GitHub Code Style Action Status Latest Version on Packagist Total Downloads

This package provides opinionated versions of the Laravel stubs and may provide it's own in the future.

It's also important to note that this package extends the underlying Laravel command while completly overwriting the command signature. Now, the command always set's the "force" flag to true. Meaning, any previously published stub will be overwritten everytime this command gets run.

Installation

You can install the package via composer:

composer require vicgutt/laravel-stubs

Usage

php artisan stub:publish

Testing

composer test

Changelog

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

Contributing

If you're interested in contributing to the project, please read our contributing docs before submitting a pull request.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

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