laravel-goto-controller
laravel-goto-controller copied to clipboard
Not working when Controller Path specified in Route
Hi
Don't know if you're still maintaining this, but the extension doesn't work when I give the full path of the controller in the route, like
Route::get('myRoute', '\App\Http\Controllers\MyController@myFunc');
Any fix for this would be appreciated as sometimes my colleagues put the full path like this (for whatever reason I don't know) .
I hope to find some time to look into it.
Bumping this issue, since Laravel 8 now requires the fully qualified class path when using the string notation (Controller@method). Hope you can check it out soon !
Source : https://laravel.com/docs/8.x/releases#laravel-8 (last paragraph titled "Routing Namespace Updates ")
@3rgo please follow #14