recoded-dev / laravel-stubs
Syncable Laravel stubs
v0.2.0
2024-04-05 15:51 UTC
Requires
- php: ^8.2
- laravel/framework: ^10.0 || ^11.0
Requires (Dev)
- orchestra/testbench: ^8.5 || ^9.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.10
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpstan/phpstan-strict-rules: ^1.5
- phpunit/phpunit: ^10.0
- slevomat/coding-standard: ^8.12
- squizlabs/php_codesniffer: ^3.7
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