generated from RVxLab/php-package-skeleton
My PHPStan Configs
- Shell 96%
- JavaScript 4%
| config | ||
| scripts | ||
| .editorconfig | ||
| .gitignore | ||
| bun.lock | ||
| commitlint.config.js | ||
| composer.json | ||
| herd.yml | ||
| lefthook.yml | ||
| LICENSE | ||
| mise.toml | ||
| package.json | ||
| phpunit.xml | ||
| publish.env.example | ||
| README.md | ||
PHPStan Config
My PHPStan configs.
Installation
Add my Composer repository to your composer.json:
{
"repositories": [
{
"type": "composer",
"url": "https://code.rvx.works/api/packages/RVxLab/composer"
}
]
}
Then require the package:
composer require rvxlab/phpstan-config
Add the configs you want into your phpstan.neon:
includes:
- vendor/rvxlab/phpstan-config/config/phpstan.neon.dist
- vendor/rvxlab/phpstan-config/config/laravel.neon.dist # if using Laravel
License
This package is licensed under the MIT License.