Download the PHP package brokeyourbike/plugin-laravel without Composer
On this page you can find all versions of the php package brokeyourbike/plugin-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download brokeyourbike/plugin-laravel
More information about brokeyourbike/plugin-laravel
Files in brokeyourbike/plugin-laravel
Package plugin-laravel
Short Description A Laravel 8 plugin for Psalm. PHP 8 only.
License MIT
Informations about the package plugin-laravel
Psalm plugin for Laravel
Overview
This package brings static analysis and type support to projects using Laravel 8. Our goal is to find as many type-related bugs as possible, therefore increasing developer productivity and application health. Find bugs without the overhead of writing tests!
Quickstart
Please refer to the full Psalm documentation for a more detailed guide on introducing Psalm into your project.
First, start by installing Psalm if you have not done so already:
Next, install this package and enable the plugin
Finally, run Psalm to analyze your codebase
How it works
Under the hood it just runs https://github.com/barryvdh/laravel-ide-helper and feeds the resultant stubs into Psalm, which can read PhpStorm meta stubs.
It also parses any database migrations it can find to try to understand property types in your database models.
All versions of plugin-laravel with dependencies
ext-simplexml Version *
illuminate/container Version ^8
illuminate/contracts Version ^8
illuminate/database Version ^8
illuminate/http Version ^8
illuminate/support Version ^8
vimeo/psalm Version ^4.8.1
orchestra/testbench Version ^6
barryvdh/laravel-ide-helper Version ^2.10