Matthew Brown 4f255fca9e
Merge pull request #11 from pthiers/master
Lumen psalm plugin
2019-09-24 16:36:18 -04:00
2019-09-23 14:08:54 -03:00
2019-03-19 11:50:21 -04:00
2019-03-11 00:53:27 -04:00

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.

Description
No description provided
Readme MIT 648 KiB
Languages
PHP 65.5%
Gherkin 33.4%
Shell 1.1%