recoded-dev/laravel-stubs

Syncable Laravel stubs

v0.2.0 2024-04-05 15:51 UTC

This package is auto-updated.

Last update: 2025-07-12 21:13:05 UTC


README

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