LaravelPackages.net
Acme Inc.
Toggle sidebar
wterberg/phpstan-laravel

Contains several custom rules to analyse Laravel projects with PHPStan.

5.574
0
2.3.0
About wterberg/phpstan-laravel

wterberg/phpstan-laravel is a Laravel package for contains several custom rules to analyse laravel projects with phpstan.. It currently has 0 GitHub stars and 5.574 downloads on Packagist (latest version 2.3.0). Install it with composer require wterberg/phpstan-laravel. Discover more Laravel packages by wterberg or browse all Laravel packages to compare alternatives.

Last updated

WterBerg / PHPStan Laravel

github.com/wterberg/phpstan-laravel

Contains several custom rules to analyse Laravel projects with PHPStan.

License

View the LICENSE.md file for licensing details.

Installation

Installation of wterberg/phpstan-laravel is done via Composer.

composer require --dev wterberg/phpstan-laravel

Usage

To start using the custom PHPStan rules, simply include the below snippet in the phpstan.neon or phpstan.neon.dist file of your project.

includes:
    - ./vendor/wterberg/phpstan-laravel/extension.neon

Star History Chart