Download the PHP package kangqf/kblog_with_yii2 without Composer
On this page you can find all versions of the php package kangqf/kblog_with_yii2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download kangqf/kblog_with_yii2
More information about kangqf/kblog_with_yii2
Files in kangqf/kblog_with_yii2
Package kblog_with_yii2
Short Description Yii 2 Advanced Application Template
License BSD-3-Clause
Homepage http://www.yiiframework.com/
Informations about the package kblog_with_yii2
kblog_with_yii2
Not Just A Blog Based On Yii 2 Advanced Application Template
REQUIREMENTS
The minimum requirement by this application template that your Web server supports PHP 5.4.0.
INSTALLATION
Install from an Archive File
Extract the archive file downloaded from Release to
a directory named kBlog_with_yii2
that is directly under the Web root.Please Install The Old Version Only
By This Way.
Then follow the instructions given in "GETTING STARTED".
Install via Composer
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:1.0.0"
php composer.phar create-project --prefer-dist --stability=dev kangqf/kblog_with_yii2 kblog
GETTING STARTED
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.
- Run command
init
to initialize the application with a specific environment. - Create a new database and adjust the
components['db']
configuration incommon/config/main-local.php
accordingly. - Apply migrations with console command
yii migrate
. This will create tables needed for the application to work. - Set document roots of your Web server:
- for frontend
/path/to/yii-application/frontend/web/
and using the URLhttp://frontend/
- for backend
/path/to/yii-application/backend/web/
and using the URLhttp://backend/
- for backend
/path/to/yii-application/api/web/
and using the URLhttp://api/
All versions of kblog_with_yii2 with dependencies
yiisoft/yii2 Version *
yiisoft/yii2-bootstrap Version *
yiisoft/yii2-swiftmailer Version *
yiisoft/yii2-authclient Version *
yiisoft/yii2-imagine Version *
yiisoft/yii2-mongodb Version *
kartik-v/yii2-widgets Version *
kartik-v/yii2-grid Version dev-master
kartik-v/yii2-markdown Version *
warrence/yii2-kartikgii Version dev-master
kartik-v/yii2-datecontrol Version dev-master
kartik-v/yii2-detail-view Version dev-master
kartik-v/yii2-builder Version dev-master
kartik-v/yii2-nav-x Version dev-master
mdmsoft/yii2-admin Version *
xj/yii2-ueditor-widget Version *
kop/yii2-scroll-pager Version dev-master