juststeveking / laravel-stubs
An opinionated version of the Laravel stubs
This package's canonical repository appears to be gone and the package has been frozen as a result.
Fund package maintenance!
JustSteveKing
Installs: 1 116
Dependents: 0
Suggesters: 0
Security: 0
Stars: 11
Watchers: 1
Forks: 3
Open Issues: 0
Requires
- php: ^8.1
- laravel/framework: ^8.8|^9.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.8
- orchestra/testbench: ^7.4
- phpstan/phpstan: ^1.5
- phpunit/phpunit: ^9.5
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.