国际版nds项目

zhangl 1d09fcab99 feat: EK-3320: 订单增加 Invoice 下载 1 месяц назад
backendApi 08294ac79a feat: EK-3320: 订单增加 Invoice 下载 1 месяц назад
backendEle 1a3d628de5 feat: EK-856: 管理员增加“Country”属性. 9 месяцев назад
common 1d09fcab99 feat: EK-3320: 订单增加 Invoice 下载 1 месяц назад
console 8541e5c816 feat: EK-3320: [Order List]新增发票功能. 1 месяц назад
environments 06cdb8572f 后端其他翻译 3 лет назад
frontendApi 341bb56926 bugfix 4 месяцев назад
frontendEle c13c872bea feat: EK-856: 管理员增加“Country”属性. 9 месяцев назад
vendor e7d12e9078 预警系统增加关键字 2 лет назад
.gitignore 15f1f17020 地址修改 1 год назад
LICENSE.md 06cdb8572f 后端其他翻译 3 лет назад
README.md 06cdb8572f 后端其他翻译 3 лет назад
composer.json 215c7f5440 本地安装monolog 3 лет назад
composer.lock 8f864cf9e0 language 2 лет назад
init 06cdb8572f 后端其他翻译 3 лет назад
init.bat 06cdb8572f 后端其他翻译 3 лет назад
ngds-logo.jpg a3918fa091 bugfix: EK-0524: 结算后台无法下载PDF订单. 7 месяцев назад
yii 06a9c39046 set prod 3 лет назад
yii.bat 06cdb8572f 后端其他翻译 3 лет назад
yii_test 06cdb8572f 后端其他翻译 3 лет назад
yii_test.bat 06cdb8572f 后端其他翻译 3 лет назад

README.md

Yii 2 Advanced Project Template


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.

Latest Stable Version Total Downloads Build Status

DIRECTORY STRUCTURE

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
backend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains backend configurations
    controllers/         contains Web controller classes
    models/              contains backend-specific model classes
    runtime/             contains files generated during runtime
    tests/               contains tests for backend application    
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
frontend
    assets/              contains application assets such as JavaScript and CSS
    config/              contains frontend configurations
    controllers/         contains Web controller classes
    models/              contains frontend-specific model classes
    runtime/             contains files generated during runtime
    tests/               contains tests for frontend application
    views/               contains view files for the Web application
    web/                 contains the entry script and Web resources
    widgets/             contains frontend widgets
vendor/                  contains dependent 3rd-party packages
environments/            contains environment-based overrides

注意事项

  1. 后台新增功能需考虑permission,有权限的才显示
  2. 增删字段要同时修改相应的导出功能