15 lines
386 B
Markdown
Raw Normal View History

2019-02-18 18:11:29 -05:00
# laravel-psalm-plugin
A Psalm plugin for Laravel
2019-02-18 19:02:49 -05:00
## Installation
```
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.