I'm running last version of PhpStorm and Laravel 5.6. Also I have the Laravel plugin enabled.
I have for example model Book. When I use ::where, ::find etc. PhpStorm yellows them out and tells that the method cannot be found in the model's class. How can I find this?