amirhf / laravel-stubs
This repository contains an opinionated version of the Laravel default stubs that may be amended after publishing. In order to make them as strict as possible, these are not intended for everyone.
dev-master
2022-11-26 09:52 UTC
Requires
- php: ^7.4|^8.0
- illuminate/support: ^8.0
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-12-26 14:12:00 UTC
README
This repository contains an opinionated version of the Laravel default stubs that may be amended after publishing. In order to make them as strict as possible, these are not intended for everyone.
Installation
You can install this package using composer:
composer require --dev amirhf/laravel-stubs
And finally, add the stubs using the command below:
php artisan publish:stubs --force
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently. cense (MIT). Please see License File for more information.