Link Search Menu Expand Document

Project Structure

Table of contents

  1. Overview
  2. Puko
  3. Cli
  4. Environment variables
  5. Generated content
  6. 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