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...


What is meant by Controller Middleware ?



What is meant by Controller Middleware ?..

Answer / amit khanna

Middleware can also be assigned to controller’s route or within your controller’s constructor and it can be used with controller also..
You can use the middleware method to assign middleware to the controller.
The registered middleware can also be restricted to certain method of the controller.


Assigning Middleware to Route


Route::get('profile', [
'middleware' => 'auth',
'uses' => 'UserController@showProfile'
]);

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is uri in laravel?

0 Answers  


What is laravel model?

0 Answers  


What is ajax in laravel?

1 Answers  


What is the difference between namespace and use in laravel?

0 Answers  


List available types of relationships in laravel eloquent.

0 Answers  


Explain bundles in laravel?

0 Answers  


Explain me what directories that need to be writable laravel installation?

0 Answers  


Which file is used to create a connection with the database?

0 Answers  


What is meant by check method ?

1 Answers  


what is a Listeners ?

0 Answers  


What are controllers in laravel?

0 Answers  


How will you check table is exists or in the database?

0 Answers  


Categories