Looking to hire Laravel developers? Try LaraJobs

laravel-stubs maintained by recoded-dev

Description
Syncable Laravel stubs
Last update
2024/06/12 20:55 (dev-main)
License
Links
Downloads
43
Tags

Comments
comments powered by Disqus

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