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

not working with laravel 8.6

Open amitleuva1987 opened this issue 3 years ago • 0 comments

In laravel 8.6, route controllers are defined in a little different manner. it contains the whole 'controller path' rather than just 'controller name'

sample

Route::get('/home', [App\Http\Controllers\HomeController::class, 'index'])->name('home');

this extension does not working with this type of route definition.

amitleuva1987 avatar Dec 31 '21 07:12 amitleuva1987