dev-master
9999999-dev https://github.com/janisto/yii2-ycm-demoYii 2 Content Management module demo
public domain
The Requires
The Development Requires
by Jani Mikkonen
demo yii2 admin administration basic yii2-ycm
Yii 2 Content Management module demo
If you do not have Composer, you may install it by following the instructions at getcomposer.org., (*1)
You can then install this demo using the following command:, (*2)
$ cd /path/to/web/root $ php composer.phar global require "fxp/composer-asset-plugin:~1.0.0" $ php composer.phar create-project --prefer-dist --stability=dev janisto/yii2-ycm-demo yii2-ycm-demo
Create database yii2-ycm-demo
, (*3)
Edit config/db.php if needed, (*4)
Run migrations:, (*5)
$ php yii migrate/up --interactive=0
Now you should be able to access the demo through the following URL, assuming yii2-ycm-demo
is the directory
directly under the Web root., (*6)
http://localhost/yii2-ycm-demo/web/admin
Yii 2 Content Management module demo
public domain
demo yii2 admin administration basic yii2-ycm