vicgutt / laravel-stubs
Overwrites and provides an opinionated version of the Laravel stubs
Requires
- php: ^8.3
- illuminate/contracts: ^11.0
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^2.9
- laravel/pint: ^1.15
- nunomaduro/collision: ^8.1
- orchestra/testbench: ^9.0
- pestphp/pest: ^2.34
- pestphp/pest-plugin-laravel: ^2.4
- phpstan/extension-installer: ^1.3
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpunit/phpunit: ^10.5
README
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.