承接 spreling/yii2-template 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

spreling/yii2-template

最新稳定版本:1.0

Composer 安装命令:

composer create-project spreling/yii2-template

包简介

Yii 2 Spreling Project Template

README 文档

README

This is a skeleton Yii 2 application best for developing complex Web applications with mutiple tiers. It is derriven form the Yii 2 Advanced Project Template.

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.

In additon to the Yii 2 Advanced Project Template there is a restructure of the Directory Structure. This Template build arround the idea of Modules and all the components even the core ones are wrapt in modules. Through this it becomes easy to deploy a collection of pre build modules in this skeleton to quick build a website.

Documentation is at the wiki.

Latest Stable Version Total Downloads

DIRECTORY STRUCTURE

_common
    engine/
        config/          contains shared configurations
        modules/         contains all the modules used in both backend and frontend    
          core/          contains the core files for this skeleton used in both backend and frontend  
           models/       contains model classes used in both backend and frontend
    vendor/              contains dependent 3rd-party packages
_environments            contains environment-based overrides
_init                    contains script for environment-based overrides and a requirements check script
backend
    engine/
        config/          contains backend configurations
        modules/         contains all the modules used in the frontend    
          core/          contains the core files for this skeleton used in the frontend
            components/  contains Web component classes
            controllers/ contains Web controller classes
            models/      contains backend-specific model classes
            views/       contains view files for the Web application
            widgets/     contains frontend widgets
    web/                 contains the entry script and Web resources 
      assets/            contains application assets such as JavaScript and CSS
      css/               contains css that is not generated by the application
      resources/         contains all the resource needed for the website except CSS and Javascript
    runtime/             contains files generated during runtime
console
    engine/
        config/          contains console configurations
        modules/         contains all the modules used in the console    
          core/          contains the core files for this skeleton used in console
            controllers/ contains console controllers (commands)
            models/      contains console-specific model classes
    runtime/             contains files generated during runtime
    tests/               contains various tests for the advanced application
frontend
    engine/
        config/          contains frontend configurations
        modules/         contains all the modules used in the frontend    
          core/          contains the core files for this skeleton used in the frontend
            components/  contains Web component classes
            controllers/ contains Web controller classes
            models/      contains frontend-specific model classes
            views/       contains view files for the Web application
            widgets/     contains frontend widgets
    web/                 contains the entry script and Web resources 
      assets/            contains application assets such as JavaScript and CSS
      css/               contains css that is not generated by the application
      resources/         contains all the resource needed for the website except CSS and Javascript
    runtime/             contains files generated during runtime

统计信息

  • 总下载量: 9
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-3-Clause
  • 更新时间: 2015-08-10