How to add a middleware in route group?
Here is an example of auth middleware route group
Route: :group(['prefix' => 'auth'], function () {
Route::get('/login'"AuthController@login");
Route: :post('/login',"AuthController@authenticate');
Route: :get('/logout'"AuthController@logout");
});
Is This Answer Correct ? | 0 Yes | 0 No |
What is laravel quora?
What are advantages of laravel?
Tell us have you used lumen before?
what is meant by Listeners ?
What is namespace laravel?
How to generate it on homestead?
What are the basic concepts in laravel?
What are the feature of laravel 5.0?
What is a named route?
What do you know about service providers in laravel?
What is the default session timeout duration and how can it be set?
How do I require authentication for a set of routes associated with a subdomain?