Skip to content

Commit

Permalink
better Laravel diag
Browse files Browse the repository at this point in the history
  • Loading branch information
grunenwald committed Oct 2, 2023
1 parent 78f9e53 commit ea33c05
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/02-php-intro-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ http://app.host.tld/controller/action[/key/val]

# Exemple d'architecture : Laravel

![Archi](img/laravel-architecture.jpg)
![Archi](img/laravel-architecture.png)

<div class="notes">
Ce schéma est clair mais pas tout à fait juste : dans Laravel, le contrôleur récupère la page générée à partir de la vue, et c'est lui qui renvoie le HTML (objet Response) au client.
Expand Down
4 changes: 2 additions & 2 deletions src/03-Laravel.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Laravel{.title}

<footer>HE-Arc (DGR & R. Emourgeon) 2018-22</footer>
<footer>HE-Arc (DGR & R. Emourgeon) 2018-23</footer>

# Pourquoi [Laravel](https://laravel.com/) ?

Expand Down Expand Up @@ -41,7 +41,7 @@

# Architecture

![Architecture de Laravel](img/laravel-architecture.jpg "Laravel Architecture")
![Architecture de Laravel](img/laravel-architecture.png "Laravel Architecture")

# MVC

Expand Down
Binary file removed src/img/laravel-architecture.jpg
Binary file not shown.
Binary file added src/img/laravel-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea33c05

Please sign in to comment.