Yii 2.0 权威指南高级专题(Special Topics)高级应用模版(Advanced Project Template)

高级应用模版(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.

It also goes a bit further regarding features and provides essential database, signup and password restore out of the box.

Getting Started

  • Installation
  • Difference from basic project template
  • Configuring Composer

Structure

  • Directories
  • Predefined path aliases
  • Applications
  • Configuration and environments

Additional Topics

  • Creating links from backend to frontend