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 Laravel - Middleware ?



What is Laravel - Middleware ?..

Answer / sunil kumar

Middleware acts as a bridge between a request and a response. It is a type of filtering mechanism.
Laravel includes a middleware that verifies whether the user of the application is authenticated or not.
If the user is authenticated, it redirects to the home page otherwise, if not, it redirects to the login page.

It can be create by executing the following command - php artisan make:middleware <middleware-name>.

Replace the <middleware-name> with the name of your middleware. The middleware that you create can be seen at app/Http/Middleware directory.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

Explain what is mvc architecture?

0 Answers  


Explain events in laravel?

0 Answers  


how we can upload files in laravel?

0 Answers  


What is official website url of laravel?

0 Answers  


What are the differences between laravel and codeigniter?

0 Answers  


What is service providers in laravel?

0 Answers  


What is meant by Forms in Laravel ?

1 Answers  


What is escaping a string?

0 Answers  


What is orm laravel use?

0 Answers  


How to use multiple or condition in laravel query?

0 Answers  


How to do subdomain routing in laravel?

0 Answers  


What is trait in laravel?

0 Answers  


Categories