Project Structure
Table of contents
- Overview
- Puko
- Cli
- Environment variables
- Generated content
- Pages with children
Overview
|-- assets
| |-- html
| | |-- en
| | |-- id
| |-- master
| | |-- en.master.json
| | |-- id.master.json
| | |-- master.html
| |-- system
| | |-- auth.html
| | |-- construction.html
| | |-- error.html
| | |-- exception.html
| | |-- maintenance.html
| | |-- permission.html
|-- bootstrap
| |-- fpm-pool.conf
| |-- nginx.conf
| |-- php.ini
| |-- supervisord.conf
|-- config
| |-- app.php
| |-- database.php
| |-- encryption.php
| |-- routes.php
|-- controller
| |-- error.php
| |-- welcome.php
|-- model
|-- plugins
| |-- auth
| |-- controller
| |-- elements
| |-- model
|-- tests
| |-- unit
| | |-- controller
| | |-- integrations
| | |-- model
|-- .env.example
|-- .gitignore
|-- .htaccess
|-- cli
|-- Dockerfile
|-- composer.json
|-- index.php
|-- package.json
|-- puko
|-- routes.php
Puko
Cli
Environment variables
Generated content
Pages with children