.
├── Dockerfile
├── LICENSE
├── README.md
├── VERSION
├── app
│ ├── Controllers
│ │ ├── Api
│ │ │ ├── IndexController.php
│ │ │ └── RootController.php
│ │ ├── Backend
│ │ │ ├── IndexController.php
│ │ │ └── RootController.php
│ │ ├── Frontend
│ │ │ ├── IndexController.php
│ │ │ └── RootController.php
│ │ ├── Mina
│ │ │ ├── IndexController.php
│ │ │ └── RootController.php
│ │ ├── IndexController.php
│ │ └── RootController.php
│ ├── Models
│ │ └── TestModel.php
│ └── Services
│ └── DemoService.php
├── bin
│ ├── cli
│ ├── webdev
│ └── webprod
├── bootstrap
│ └── bootstrap.php
├── bower.json
├── cache
├── composer.json
├── composer.lock
├── conf
│ ├── main.local.php
│ └── routes.php
├── docker
│ ├── nginx.conf
│ ├── php-fpm.conf
│ └── startup.sh
├── logs
├── package.json
├── public
│ └── index.php
├── tests
│ ├── p4.php
│ ├── p7.php
│ ├── p8.php
│ └── t5.tpl
├── vendor
│ ├── autoload.php
│ ├── composer
│ └── wangxian
│ └── ephp
└── views
└── index
└── index.tpl