aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/bootstrap.php
Commit message (Collapse)AuthorAgeFilesLines
* Add session cookie hardening and Nginx security headersThomas Vanbesien2026-03-221-0/+11
| | | | | | Set httponly, samesite=Lax, and auto-detected secure flag on session cookies. Add X-Content-Type-Options, X-Frame-Options, and Content-Security-Policy headers in Nginx. Document both in README.
* Initial project scaffoldThomas Vanbesien2026-03-211-0/+42
Set up MVC architecture with front controller, router, autoloader, database singleton, and Docker Compose stack (Nginx + PHP-FPM + MariaDB). Includes DB schema, responsive layout, dev tooling (php-cs-fixer, parallel-lint), and documentation.