laravel-goto-controller icon indicating copy to clipboard operation
laravel-goto-controller copied to clipboard

Not working when Controller Path specified in Route

Open arunwac opened this issue 5 years ago • 3 comments

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) .

arunwac avatar Dec 10 '19 04:12 arunwac

I hope to find some time to look into it.

stef-k avatar Dec 10 '19 16:12 stef-k

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 avatar Sep 29 '20 12:09 3rgo

@3rgo please follow #14

stef-k avatar Oct 02 '20 15:10 stef-k