laravel-stubs maintained by recoded-dev
Description
Syncable Laravel stubs
Author
Last update
2024/06/12 20:55
(dev-main)
License
Downloads
43
Tags
Laravel stubs
Improved Laravel stubs.
Usage
Installation
composer require --dev recoded-dev/laravel-stubs
Publishing stubs
php artisan stubs:publish
That's it! This packages handles everything else.
Contribution
Development to this package requires tests, static analysis and conforming to the coding-standard.
To validate these locally run the following with dev dependencies installed:
vendor/bin/phpunit && vendor/bin/phpstan && vendor/bin/phpcs