Archived
In the lifecycle of a web application, which element is responsible for displaying the content of the response in the browser?
0
Community Evaluations
Najmul
30/09/2023
In the lifecycle of a web application, the views are responsible for displaying the content of the response in the browser. The correct answer is d. The views.
Damien
01/10/2023
I admit this one was confusing. I will use send the content in the browser instead of display.
The views are here to construct the content, but not to send/display it in the browser.
You'll find the info in that page
https://laravel.com/docs/10.x/lifecycle#finishing-up
Have a nice day
Similar QuestionsMore questions about Laravel