Yii Core is a skeleton Yii application.
The minimum requirement by this application template that your Web server supports PHP 5.3.0.
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install the application using the following command:
php composer.phar global require "fxp/composer-asset-plugin"
php composer.phar create-project --prefer-dist --stability=dev beaten-sect0r/yii-core
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.
components['db']
configuration in config/db.php
accordingly.yiic.php migrate
. This will create tables needed for the application to work.Administrator;passwd - default login/password for http://localhost/yiiadmin. passwd - default password for http://localhost/gii.
You can then update the application using the following command:
php composer.phar update --prefer-dist
No stable releases.
Comments