Kabano website

Arborescence

  • public/ : assets frontend et point d'entrée web (index.php, views/, _ressources/)
  • src/ : code backend commun
    • Core/ : configuration et utilitaires communs (ancien includes/)
    • Controllers/ : contrôleurs MVC backend (ancien controllers/)
    • Models/ : modèles MVC backend (ancien models/)
    • Thirds/ : dépendances tierces backend (ancien third/)

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.

Description
Kabano is a PHP web application listing alpine huts.
https://kabano.org/
Readme 5.4 MiB
Languages
PHP 52%
CSS 25.6%
HTML 16.1%
JavaScript 6.3%