|
|
4 лет назад | |
|---|---|---|
| common | 4 лет назад | |
| console | 4 лет назад | |
| docs | 4 лет назад | |
| environments | 4 лет назад | |
| frontendApi | 4 лет назад | |
| frontendEle | 4 лет назад | |
| vendor | 4 лет назад | |
| LICENSE.md | 4 лет назад | |
| README.md | 4 лет назад | |
| composer.json | 4 лет назад | |
| composer.lock | 4 лет назад | |
| init | 4 лет назад | |
| init.bat | 4 лет назад | |
| requirements.php | 4 лет назад | |
| yii | 4 лет назад | |
| yii.bat | 4 лет назад | |
| yii_test | 4 лет назад | |
| yii_test.bat | 4 лет назад |
Yii 2 Advanced Project Template is a skeleton Yii 2 application best for developing complex Web applications with multiple tiers.
The template includes three tiers: front end, back end, and console, each of which is a separate Yii application.
The template is designed to work in a team development environment. It supports deploying the application in different environments.
Documentation is at docs/guide/README.md.
common
config/ contains shared configurations
mail/ contains view files for e-mails
models/ contains model classes used in both backend and frontend
tests/ contains tests for common classes
console
config/ contains console configurations
controllers/ contains console controllers (commands)
migrations/ contains database migrations
models/ contains console-specific model classes
runtime/ contains files generated during runtime
vendor/ contains dependent 3rd-party packages
environments/ contains environment-based overrides