1. http://randomkeygen.com/
2. uncomment phpssl.dll in php/php.ini file
3. install Composer
4. php c:\ProgramData\composersetup \bin\composer.phar create-project yiisoft/yii2-add-advanced advanced 2.0.0-alpha
For Installation of Advanced Yii2 template follow these steps
https://github.com/yiisoft/yii2-app-advanced/blob/master/docs/guide/start-installation.md
5. php c:\ProgramData\composersetup \bin\composer.phar requir conquer/oauth "*"
For Database Migration in Yii It is very Useful URL
http://code.tutsplus.com/tutorials/how-to-program-with-yii2-working-with-the-database-and-active-record--cms-22768
Installing Yii application manually
Just Check this link for maual
https://github.com/yiisoft/yii2-app-advanced/blob/master/docs/guide/start-installation.md
Extract the archive file downloaded from yiiframework.com to a directory named
Then follow the instructions given in the next subsection.
2. uncomment phpssl.dll in php/php.ini file
3. install Composer
4. php c:\ProgramData\composersetup \bin\composer.phar create-project yiisoft/yii2-add-advanced advanced 2.0.0-alpha
For Installation of Advanced Yii2 template follow these steps
https://github.com/yiisoft/yii2-app-advanced/blob/master/docs/guide/start-installation.md
5. php c:\ProgramData\composersetup \bin\composer.phar requir conquer/oauth "*"
For Database Migration in Yii It is very Useful URL
http://code.tutsplus.com/tutorials/how-to-program-with-yii2-working-with-the-database-and-active-record--cms-22768
Installing Yii application manually
Just Check this link for maual
https://github.com/yiisoft/yii2-app-advanced/blob/master/docs/guide/start-installation.md
Extract the archive file downloaded from yiiframework.com to a directory named
advanced
that is directly under the Web root.Then follow the instructions given in the next subsection.
Preparing application
After you install the application, you have to conduct the following steps to initialize the installed application. You only need to do these once for all.- Execute the
init
command and selectdev
as environment.
Otherwise, in production executephp /path/to/yii-application/init
init
in non-interactive mode.
php /path/to/yii-application/init --env=Production --overwrite=All
- Create a new database and adjust the
components['db']
configuration incommon/config/main-local.php
accordingly. - Apply migrations with console command
yii migrate
.
No comments:
Post a Comment