Yii 2 Advanced Project Template
===============================

Yii 2 Advanced Project Template is a skeleton [Yii 2](http://www.yiiframework.com/) 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](start-installation.md)
* [Difference from basic project template](start-comparison.md)
* [Configuring Composer](start-composer.md)

Structure
---------

* [Directories](structure-directories.md)
* [Predefined path aliases](structure-path-aliases.md)
* [Applications](structure-applications.md)
* [Configuration and environments](structure-environments.md)

Additional Topics
-----------------

* [Creating links from backend to frontend](topic-link-backend-frontend.md)
* [Adding more applications](topic-adding-more-apps.md)
* [Using advanced project template at shared hosting](topic-shared-hosting.md)
