- api - Contains all php calls for example "create.php" for statuts, articles
- classes - Contains all classes for example "members.php"
- config - Contains all the configuration files specific to the operation of the application, for example "security.php"
- functions - Contains all the functions of your code for example "data.php", "create.php"
- views - Contain all front
- src - Contain all sources files or external libs
- .env - Foreach user exemple in .env.example
- config/security.php - Check user cookie
- index.php - Must be the homepage
- views - All your pages