How to use multiple guards in Middleware? #1869
Unanswered
carveybunt
asked this question in
Q&A
Replies: 1 comment
-
I think that is automatic, when user log in, he use a guard, that guard is used for the package Route::group(['middleware' => ['auth:consumer,member'] ], function(){
Route::get('/home', 'HomeController@index');
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I can't get how to use multiple guards in Middleware in the official document every version. If that is my need, how do I? The project can support?
Beta Was this translation helpful? Give feedback.
All reactions