Commit Graph
5 Commits
Author SHA1 Message Date
greggy 1aedcaf314 refactor: Umstellung auf Mini-MVC-Architektur (Issue #46)
Deploy Feature Branch to Test / deploy (push) Successful in 24s
- Front Controller Pattern mit public/index.php als Einstiegspunkt
- Eigenes Routing (App\Core\Router) ohne externes Framework
- Controller: HomeController, ImpressumController, DatenschutzController
- Views mit gemeinsamem Layout (app/views/layouts/main.php)
- PSR-4 Autoloading
- Statische Assets nach public/ verschoben
- Alte Dateien (index.php, impressum.html, datenschutz.html) geloescht
- 301-Redirects fuer alte URLs
- PHP 8.5 kompatibel
- Apache DocumentRoot auf public/ gesetzt
2026-05-19 14:38:38 +00:00
greggy 400ad464f3 image 2026-05-10 12:37:55 +02:00
greggy f69d989e86 mcp 2026-05-10 12:22:18 +02:00
greggy c0bcdb8282 mcp 2026-05-10 12:07:23 +02:00
greggy 5eb902d434 mcp 2026-05-10 12:07:11 +02:00