Answer the question
In order to leave comments, you need to log in
Middleware except in route group?
Good evening.
Route::group(['middleware' => 'middlewareName'], function () {
Route::get('/', '[email protected]');
Route::get('/about', '[email protected]');
})
Answer the question
In order to leave comments, you need to log in
In the mediator itself, have you tried adding the /about route to $except?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question