Go to file
2023-01-17 10:06:37 +01:00
Controllers Add possibility to logout 2023-01-17 10:06:37 +01:00
Kernel fix primary Model 2023-01-16 19:55:40 +01:00
Models add IMAGE_URL key for recipe 2023-01-17 09:53:53 +01:00
static/img Rename 1.jpg to 36.jpg 2023-01-17 09:54:11 +01:00
Views Add possibility to logout 2023-01-17 10:06:37 +01:00
.env.dist create and use .env file 2023-01-12 13:42:33 +01:00
.gitignore create and use .env file 2023-01-12 13:42:33 +01:00
composer.json install vlucas/phpdotenv 2023-01-12 13:05:39 +01:00
composer.lock install vlucas/phpdotenv 2023-01-12 13:05:39 +01:00
index.php switch code to english 2023-01-12 14:31:06 +01:00
README.md Update README.md 2020-12-16 18:00:49 +01:00

My sweet MVC

Découverte d'un MVC pas à pas avec PHP

1 - HelloWorld à la sauce MVC

2 - Routage simple et Exceptions

3 - Modèles et connexion BDD (coming soon...)