Question from the Laravel test

In the lifecycle of a web application, which element is responsible for displaying the content of the response in the browser?

Archived

In the lifecycle of a web application, which element is responsible for displaying the content of the response in the browser?

Author: DamienStatus: Archived(New question!)Question passed 14 times
0
Community Evaluations
developer avatar
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.
developer avatar
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