ak中国项目最新全功能版本(包含前后台和api).即交付项目版.

zhangl 60d9dc60ce feat: 会员端转账只有报单中心可以 il y a 1 an
ak-upload-server fcd3349600 first il y a 4 ans
backend fcd3349600 first il y a 4 ans
backendApi 29172e4351 feat: NC-43: 余额流水显示的备注不正确. il y a 1 an
backendEle 5d40fdc5d2 feat: NC-30: 01 il y a 1 an
common 60d9dc60ce feat: 会员端转账只有报单中心可以 il y a 1 an
console cd183d0789 跨境商品回调接口调用方式修改 il y a 2 ans
docs fcd3349600 first il y a 4 ans
environments fcd3349600 first il y a 4 ans
frontend fcd3349600 first il y a 4 ans
frontendApi 95f21a1b74 feat: 会员端转账只有报单中心可以 il y a 1 an
frontendEle c6e7bb2244 feat: NC-30: 01 il y a 1 an
pay 993c0a0240 海外商品支付修改 il y a 1 an
sql cbec4cdce8 会员网络屏蔽 il y a 3 ans
vagrant fcd3349600 first il y a 4 ans
vendor 163bee4512 预警系统增加关键字 il y a 2 ans
.gitignore def5e321ef 跨境商品支付接入 il y a 1 an
LICENSE.md fcd3349600 first il y a 4 ans
README.md fcd3349600 first il y a 4 ans
REGION_insert.sql fcd3349600 first il y a 4 ans
Vagrantfile fcd3349600 first il y a 4 ans
codeception.yml fcd3349600 first il y a 4 ans
composer.json 7ab3d38515 跨境商品支付接入 il y a 1 an
composer.lock fcd3349600 first il y a 4 ans
index.js 2c34656ba2 库存随订单减少 il y a 3 ans
init fcd3349600 first il y a 4 ans
init.bat fcd3349600 first il y a 4 ans
log_db.sql fcd3349600 first il y a 4 ans
mysql_db_yyj.sql ea7df35127 兑换点数全部 il y a 3 ans
requirements.php fcd3349600 first il y a 4 ans
shop_db.sql fcd3349600 first il y a 4 ans
yii fcd3349600 first il y a 4 ans
yii.bat fcd3349600 first il y a 4 ans
yii_test fcd3349600 first il y a 4 ans
yii_test.bat fcd3349600 first il y a 4 ans

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