Visual Studio Code (VSCode) is a very competitive free alternative which you might want to consider.
Sep 21, 2020
3
Level 2
PhpStorm: Undefined class 'Route' (Cannot find declaration to go to)
I have many "Undefined ...." with PhpStorm in fresh installations.
Undefined class 'Route' (Cannot find declaration to go to)
Undefined namespace 'Facades'
Undefined function 'view'
I red this.: https://laracasts.com/discuss/channels/laravel/phpstorm-says-undefined-class-route-in-routeswebphp-file
I had installed barryvdh/laravel-ide-helper, and published in ServiceProvider, run php artisan ide-helper:generate, ... model, ...meta But no effect.
What can I do else?
All new versions Laravel 7 or 8, PhpStorm 2020.2 (also plugin Laravel installed and enabled to project)
Please or to participate in this conversation.