Answer the question
In order to leave comments, you need to log in
Why doesn't Email Verification work?
I do everything according to the docks
Enabled in the route
Added the verified middleware to the route group (by the way, did it add it correctly? I did it without an example by typing)Auth::routes(['verify' => true]);
Route::group(['prefix' => 'articles', 'middleware' => ['roleGroup:'.CheckRole::AUTHORS,'verified']], function () {
роуты
});
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