From aba818fb873abc62e2aad90dc659d49236fe63ad Mon Sep 17 00:00:00 2001 From: resurtm Date: Sun, 18 Dec 2016 21:09:35 +0600 Subject: [PATCH] documentation wip --- .../advanced-application-template.md | 37 ++++++++++--------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/docs/installation/advanced-application-template.md b/docs/installation/advanced-application-template.md index 98905aa..c3f1dd8 100644 --- a/docs/installation/advanced-application-template.md +++ b/docs/installation/advanced-application-template.md @@ -2,20 +2,23 @@ Advanced Application Template ============================= This page is dedicated for those who prefer to use default [Advanced Application Template](https://github.com/yiisoft/yii2-app-advanced) provided by the Yii core team. Please check [their readme](https://github.com/yiisoft/yii2-app-advanced#readme) file on why and when you should use it, for now we're going to explain on how Yii2 User Module extension could be used for the case if you prefer it. - - > We highly recommend you to use [Sidekit Application Template](http://www.2amigos.us/) which has sensible default packages, and everything you need to start project in no time with batteries included! ;-) - > - > [Check this page](sidekit-application-template.md) if you decided to use it. - - If you want to use the default [Basic Application Template](https://github.com/yiisoft/yii2-app-basic) with our extension, then check [Basic Application Template documentation page](basic-application-template.md). - - ## 1. Install Advanced Application template - - Please check [this document](https://github.com/yiisoft/yii2-app-advanced/blob/master/docs/guide/start-installation.md) on how you can install Advanced Application Template. - - ## 2. Configure your application - - ## 3. Apply database schema migrations - - ## What now? - + +> We highly recommend you to use [Sidekit Application Template](http://www.2amigos.us/) which has sensible default packages, and everything you need to start project in no time with batteries included! ;-) +> +> [Check this manual page](sidekit-application-template.md) if you decided to use it. + +If you want to use the default [Basic Application Template](https://github.com/yiisoft/yii2-app-basic) with our extension, then check [Basic Application Template documentation page](basic-application-template.md). + +1 Install Advanced Application template +--------------------------------------- + +Please check [this document](https://github.com/yiisoft/yii2-app-advanced/blob/master/docs/guide/start-installation.md) on how you can install Advanced Application Template. + +2 Configure your application +----------------------------- + +3 Apply database schema migrations +---------------------------------- + +What now? +---------