wterberg/phpstan-laravel

Contains several custom rules to analyse Laravel projects with PHPStan.

Installs: 1 729

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:phpstan-extension

1.1.0 2023-08-23 18:23 UTC

This package is auto-updated.

Last update: 2024-05-23 20:40:42 UTC


README

github.com/wterberg/dcat-catalog

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