2017 © Pedro Peláez
 

project yii2-template

Yii 2 Spreling Project Template

image

spreling/yii2-template

Yii 2 Spreling Project Template

  • Tuesday, August 25, 2015
  • by spreling
  • Repository
  • 2 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 14 % Grown

The README.md

Yii2 Project Template

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., (*1)

The template includes three tiers: front end, back end, and console, each of which is a separate Yii application, (*2)

The template is designed to work in a team development environment. It supports deploying the application in different environments., (*3)

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., (*4)

Documentation is at the wiki., (*5)

Latest Stable Version Total Downloads, (*6)

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

The Versions

25/08 2015

dev-master

9999999-dev http://www.yiiframework.com/

Yii 2 Spreling Project Template

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Harm Jacob Drijfhout

framework yii2 project template spreling

25/08 2015

1.0

1.0.0.0 http://www.yiiframework.com/

Yii 2 Spreling Project Template

  Sources   Download

BSD-3-Clause

The Requires

 

The Development Requires

by Harm Jacob Drijfhout

framework yii2 project template spreling