mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-26 20:34:48 +01:00
4fdfd6b5c0
Use better API for inferring trans types |
||
---|---|---|
src | ||
.gitignore | ||
composer.json | ||
psalm.xml | ||
README.md |
laravel-psalm-plugin
A Psalm plugin for Laravel
Installation
First install Psalm in your project, making sure to run --init
, then run the following commands:
composer require --dev psalm/plugin-laravel
vendor/bin/psalm-plugin enable psalm/plugin-laravel
How it works
Under the hood it just runs https://github.com/barryvdh/laravel-ide-helper and feeds the resultant stubs into Psalm. It also uses a couple of function return type providers, but nothing special.