Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to add a middleware in route group?



How to add a middleware in route group?..

Answer / sachin-laradev

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

Post New Answer

More Laravel PHP Framework Interview Questions

What is use keyword in laravel?

0 Answers  


What is laravel good for?

0 Answers  


What are policies?

0 Answers  


What is laravel horizon?

0 Answers  


How to use stored procedures in laravel?

0 Answers  


How to assign multiple middleware to laravel route ?

0 Answers  


Is laravel a cms?

0 Answers  


How to use cookies in laravel?

0 Answers  


What are the three service provider types?

0 Answers  


What is meant by Forms in Laravel ?

1 Answers  


Tell us what are bundles, reverse routing and the ioc container?

0 Answers  


What is the service container in laravel?

0 Answers  


Categories