Explain the request life cycle of laravel?



Explain the request life cycle of laravel?..

Answer / Noushab Haider

The request life cycle in Laravel starts when a user makes an HTTP request. The request is then dispatched to a route service provider which matches the route with a controller method. The controller handles the request and returns a response. Finally, the response is sent back to the user.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What are bundles, reverse routing and the ioc container?

1 Answers  


Name some inbuilt authentication controllers of laravel.

1 Answers  


What is route model binding?

1 Answers  


Explain how to do environment configuration in laravel?

1 Answers  


How do I register a service provider?

1 Answers  


How to get, set cookies in laravel?

1 Answers  


List types of the relationships supported by laravel?

1 Answers  


How to redirect form controller to view file in laravel?

1 Answers  


What are the major differences between laravel 4 and laravel 5.x?

1 Answers  


Explain how to create custom middleware in laravel?

1 Answers  


How can you retrieve values for laravel configration files.

1 Answers  


What do you call a single quote?

1 Answers  


Categories