Application complète en architecture MVC — authentification, CRUD articles, API JSON et interface admin.
password_hash/verifyGET /api/posts, GET /api/posts/{id} (JSON)htmlspecialcharscd formation-php/projet-final/solution php -S localhost:8000 -t public # Ouvrir http://localhost:8000 # Admin : admin / admin123 # Avec XAMPP : placer dans htdocs/blog-mvc/
Ou utiliser app.php (version tout-en-un) : php -S localhost:8000 app.php