I have some problem with my PhpStorm (ver 2020.2). You can see on pictures, models, controllers and namespaces aren't recognized by PhpStorm, but application is working perfect.
Someone knows how to fix that problem in PhpStorm?
For me, the solution was to close IDE from File > Close Project, then remove .idea folder rm -rf .idea from terminal, and finally reopening it fixed the issue.
File | Invalidate Cachesand restart IDE?