Completions not working
Bug description
All features except column completions are working.


Plugin version
Latest
Operating system
Windows
Steps to reproduce
Installed as per instructions in existing Laravel application.
Relevant log output
No response
As I see password column is completed, but password_reset_token doesn't. Have you added it by migration? Have you run "Generate Eloquent Helper Code" after creating it?
Yes, I also ran the Generate Eloquent Helper Code and yes password_reset_token is in the migration file.
It isn't just the password_reset_token column it is all columns that have that error. It seems it can't pick up any columns at all.
I fixed this issue by connecting to my database in PHPStorm https://www.jetbrains.com/help/phpstorm/mysql.html.
This step might need to be added to the Laravel Idea docs https://laravel-idea.com/docs/eloquent