Haehnchen / idea-php-laravel-plugin

Laravel Framework Plugin for PhpStorm / IntelliJ IDEA
MIT License
572 stars 108 forks source link

find method not detected on Model #268

Open Avinint opened 3 years ago

Avinint commented 3 years ago

When trying to call MyModel::find($id), there is no auto completion and PHPStorm does not detect find method on Model. Not much of a big deal, except with newcomers like me trying Laravel for the first time. I went through documentation to check that this method was still supported.. I am curious to know why such a basic method is not detected.

mfn commented 3 years ago

Works for me, can you be more specific? image