The Phpstorm ide helper package should help here https://github.com/barryvdh/laravel-ide-helper
Sep 16, 2018
6
Level 1
PHP Storm Laravel Integration
Hello can you help to fully integrate php storm with laravel for advanced autocomplete ex: when i am using Model Country and try to call find method, php storm not complete it and no suggest find method use App\Country; $cities = Country::find(1)->cities;
Please or to participate in this conversation.