C
C
cannabioid13372021-11-15 23:10:18
Laravel
cannabioid1337, 2021-11-15 23:10:18

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 question

Ask a Question

731 491 924 answers to any question