install advanced application template in Yii2

[color="#ff0000"][size=2]Hi[/size][/color]

[size=2]How to install advanced application template of yii2(yii2-app-advanced-master) without composer in Yii2 framework?[/size]

u have to install composer for adding extension or bower .

Hi!

Like described here "Install from an Archive File":

http://www.yiiframework.com/download/

But like "rups g" said you should learn to use composer…

It will make your life much easier.

Regards

[font="Courier New"][size="3"]Hi,I am Mohammad[/size][/font]

[font="Courier New"][size="3"][color="#ff0000"]First Step:download[/color][/size][/font]

[font="Courier New"][size="3"]Go to link:[color="#800080"]http://www.yiiframework.com/download/[/color][/size][/font]

[font="Courier New"][size="3"]Then scrolling page until to reach word of [/size][/font][size="2"][color="#800080"]Install from an Archive File[/color][/size]

[font="Courier New"][size="3"]Then click on Yii 2 with advanced application template link until downloading [color="#800080"]advance template of Yii2[/color][/size][/font]

[font="Courier New"][size="3"]Then uncompressed this file and you observed the file with [color="#800080"]advanced [/color]name[/size][/font]

[font="Courier New"][size="2"]Then move this file on directory of:[color="#800080"]c://xampp/htdocs[/color][/size][/font]

[font="Courier New"][color="#ff0000"][size="2"]Second Step:config[/size][/color][/font]

[font="Courier New"][size="2"]1)Open file of:C:\xampp\htdocs\advanced\common\config\main-local.php[/size][/font]

[font="Courier New"][size="2"]2)Create the database in phpmyadmin with name of [/size][/font][color="#800080"]yii2advanced[/color]

[font="Courier New"][size="2"]3)Change file to below statements:[/size][/font]

[font="Courier New"][size="2"]

‘db’ => [

        'class' => 'yii\db\Connection',


        'dsn' => 'mysql:host=localhost;dbname=[color="#800080"]yii2advanced[/color]',


        'username' => 'sa',


        'password' => '123',


        'charset' => 'utf8',


    ],[/size][/font]

[font="Courier New"][color="#ff0000"][size="2"]Third Step:cmd[/size][/color][/font]

[font="Courier New"][size="2"]Open CMD and write below instructions:[/size][/font]

[font="Courier New"][size="2"]1)cd xampp\htdocs\advanced[/size][/font]

[font="Courier New"][size="2"]2)php init and enter value of zero in continious[/size][/font]

[font="Courier New"][size="2"]3)php yii migrate [/size][/font]

[font="Courier New"][color="#ff0000"][size="2"]Forth Step:run[/size][/color][/font]

[font="Courier New"][size="2"]Open google chrome and go to link of: http://localhost:81/advanced/web/index.php[/size][/font]