redaxo/psalm-plugin
Psalm plugin for REDAXO projects providing improved static analysis through framework-specific stubs and type information. Helps Psalm understand REDAXO APIs, reduces false positives, and catches issues earlier in CI and local development.
composer require --dev redaxo/psalm-plugin
vendor/bin/psalm-plugin enable redaxo/psalm-plugin
The command will add the plugin to psalm.xml:
<psalm>
<!-- project configuration -->
<plugins>
<pluginClass class="Redaxo\PsalmPlugin\Plugin"/>
</plugins>
</psalm>
How can I help you explore Laravel packages today?