Weebly / phpstan-laravel

Laravel plugins for PHPStan
BSD 2-Clause "Simplified" License
51 stars 22 forks source link

Can not install phpstan-laravel #2

Closed carusogabriel closed 6 years ago

carusogabriel commented 6 years ago

Hi @Weebly.

I've tried to install your extension for PHPStan, but I receive an error:

[InvalidArgumentException]                      
Could not find package weebly/phpstan-laravel.  

Did you mean this?                              
    weebly/phpstan-laravel

Did the package name change?

rbruhn commented 6 years ago
composer require --dev "weebly/phpstan-laravel @dev"

But I gave up on phpstan for now with laravel. Still seemed to come up with irrelevant errors.