Question du test Laravel

Dans le cycle de vie d'une application web, quel élément est responsable de l'affichage du contenu de la réponse dans le navigateur?

Archivée

Dans le cycle de vie d’une application web, quel élément se charge d’afficher le contenu de la réponse dans le navigateur ?

Auteur: DamienStatut : Archivée(Nouvelle question !)Question passée 14 fois
0
Évaluations de la communauté
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