596 B
Executable File
596 B
Executable File
Arborescence
public/: assets frontend et point d'entrée web (index.php,views/,_ressources/)src/: code backend communCore/: configuration et utilitaires communs (ancienincludes/)Controllers/: contrôleurs MVC backend (anciencontrollers/)Models/: modèles MVC backend (ancienmodels/)Thirds/: dépendances tierces backend (ancienthird/)
Note: configure the web server at the repository root; requests to / are routed to public/ via .htaccess, and URLs are generated from the app root.