Skip to content

Latest commit

Β 

History

History
26 lines (25 loc) Β· 1.49 KB

File metadata and controls

26 lines (25 loc) Β· 1.49 KB

Application structure

πŸ“ 
β”œβ”€πŸ“ config                              Directory with config files 
β”‚ β”œβ”€πŸ“„ common.php                          Common config file
β”‚ β””β”€πŸ“„ main.php                            Main config file
β”œβ”€πŸ“ controllers                         Library Controllers
β”‚ β”œβ”€πŸ“ console                             Comingsoon...
β”‚ β””β”€πŸ“ web                                 Directory with `web` Controller class
β”‚   β””β”€πŸ“„ <controller_id>Controller.php       <controller_id> file
β”œβ”€πŸ“ static                              Directory with public files & templates views
β”‚ β”œβ”€πŸ“ css                                 Library `CSS files`
β”‚ β”œβ”€πŸ“ js                                  Library `JS files`
β”‚ β””β”€πŸ“ img                                 Library `Images`
β”œβ”€πŸ“ vendor                              Composer directory
β”œβ”€πŸ“ views                               Library with `views`
β”‚ β”œβ”€πŸ“ _layouts                            `views` for layouts
β”‚ β””β”€πŸ“ <controller_id>                     `views` for <controller_id>
β”‚    β””β”€πŸ“„ <action_id>.php                    `views` for <action_id>
β”œβ”€πŸ“„ .gitignore                          Git ignore file
β”œβ”€πŸ“„ .htaccess                           Apache config file
β”œβ”€πŸ“„ composer.json                       Composer config file
β”œβ”€πŸ“„ endpoint.php                        Endpoint
β””β”€πŸ“„ README.md                           This file O_O