-
-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
I am using Laravel 8 and no link is shown in my routes.
For example:
Route::middleware(['auth:sanctum', 'verified', 'profile:admin,user'])->post('/list', 'App\Http\Controllers\List@select_data');
When I hover over the controller App\Http\Controllers\List@select_data
no link appear. Or am I using it wrongly? The github README lack some usage information.
Thanks.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested