About plugin

The plugin helps Psalm to understand Laravel’s code (which uses a lot of magic) better. There are 2 main ways how it does it:

  • easy: by providing stub files (you can find them in /stubs dir)
  • medium+: using custom Handlers (see /src/Handlers dir)

Documentation

Custom Issues

The plugin emits custom issues that Psalm does not have built-in. Each one links to detailed documentation with examples and fix guidance.


This site uses Just the Docs, a documentation theme for Jekyll.