Download the PHP package nextgen-tech/phpstan-laravel-rules without Composer
On this page you can find all versions of the php package nextgen-tech/phpstan-laravel-rules. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package phpstan-laravel-rules
PHPStan Laravel Rules
This package provides collection of PHPStan rules for Laravel applications. For now it provides 2 new rules:
- disallow debug functions (
dd
,ddd
,dump
,debug
,print_r
,var_dump
andvar_export
) - disallow debug methods on Collections (
dd
,dump
anddebug
)
Installation
Including extension to PHPStan
In phpstan.neon
or phpstan.neon.dist
file in includes
section add:
After that file should looks like this:
All versions of phpstan-laravel-rules with dependencies
PHP Build Version
Package Version
The package nextgen-tech/phpstan-laravel-rules contains the following files
Loading the files please wait ....