Answer the question
In order to leave comments, you need to log in
How can I conditionally redirect to route('error') in the absence of a role?
How can I conditionally redirect to route('error') in the absence of a role?
Code:
Route::group(['middleware' => ['role:admin']], function () {
Route::get('/test', function () {
return 'test';
})->name ('test');
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question