idea-php-laravel-plugin
idea-php-laravel-plugin copied to clipboard
How to navigate to controller with namespace?
Some routes defined in web.php are like this:
Route::get('/', 'Admin\\Dashboard@index');
So while I can easily navigate to Controller without any namespace declarations using Ctrl+Click, it doesn't work with above routes (for controllers with a namespace)? Is there a way to enable it somehow?
Thanks
You can use single slash instead of double. And it will work. But... maybe it should be fixed too...
Thank you so much! It works like a charm now :)
reopen because of fixing:
use single slash instead of double