Saturday, March 4, 2017

PHPStorm not recognizing methods

So this has been asked several times but I'm yet to find an answer that works.

I'm using PHPStorm - 2016.3.2 and Laravel 5.4

enter image description here

I have tried using https://github.com/barryvdh/laravel-ide-helper and also the laravel plugin for PHPStorm.

I tried checking the option "Downgrade severity if_magic methods are present in class" - this didn't work.

The only thing I can do to solve this is to turn the warnings off completely for undefined methods, but turning features like this off defeat the point of using an IDE.

Has anyone found a way to solve this? Please help!



via Brad

Advertisement