国际版nds项目

kevin 4d24939802 1 1 yıl önce
ak-upload-server 06cdb8572f 后端其他翻译 3 yıl önce
backend 644fb41c7f 翻译 3 yıl önce
backendApi 4d24939802 1 1 yıl önce
backendEle 7d52a306ce t 2 yıl önce
common 9cefe6e7b2 1 1 yıl önce
console 31c7293ae9 add send BS bonus api 1 yıl önce
docs 06cdb8572f 后端其他翻译 3 yıl önce
environments 06cdb8572f 后端其他翻译 3 yıl önce
frontend 06cdb8572f 后端其他翻译 3 yıl önce
frontendApi 09b675c005 团队查询功能修改 1 yıl önce
frontendEle 8dd2d89f93 bugifix: stockist commission Bonus Switch fix 1 yıl önce
home 06cdb8572f 后端其他翻译 3 yıl önce
node_modules 8f864cf9e0 language 2 yıl önce
sql 8f864cf9e0 language 2 yıl önce
vagrant 06cdb8572f 后端其他翻译 3 yıl önce
vendor e7d12e9078 预警系统增加关键字 2 yıl önce
.gitignore 78296d0498 异常错误处理 3 yıl önce
LICENSE.md 06cdb8572f 后端其他翻译 3 yıl önce
README.md 06cdb8572f 后端其他翻译 3 yıl önce
REGION_insert.sql 06cdb8572f 后端其他翻译 3 yıl önce
Vagrantfile 06cdb8572f 后端其他翻译 3 yıl önce
codeception.yml 06cdb8572f 后端其他翻译 3 yıl önce
composer.json 215c7f5440 本地安装monolog 3 yıl önce
composer.lock 8f864cf9e0 language 2 yıl önce
init 06cdb8572f 后端其他翻译 3 yıl önce
init.bat 06cdb8572f 后端其他翻译 3 yıl önce
log_db.sql 06cdb8572f 后端其他翻译 3 yıl önce
loopNetworkParentDo_error.txt 06cdb8572f 后端其他翻译 3 yıl önce
mysql_db_yyj.sql 06cdb8572f 后端其他翻译 3 yıl önce
package-lock.json 8f864cf9e0 language 2 yıl önce
package.json 8f864cf9e0 language 2 yıl önce
requirements.php 06cdb8572f 后端其他翻译 3 yıl önce
shop_db.sql 06cdb8572f 后端其他翻译 3 yıl önce
yii 06a9c39046 set prod 3 yıl önce
yii.bat 06cdb8572f 后端其他翻译 3 yıl önce
yii_test 06cdb8572f 后端其他翻译 3 yıl önce
yii_test.bat 06cdb8572f 后端其他翻译 3 yıl önce

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. 增删字段要同时修改相应的导出功能