janisto/yii2-ycm-demo
Composer 安装命令:
composer create-project janisto/yii2-ycm-demo
包简介
Yii 2 Content Management module demo
README 文档
README
Install via Composer
If you do not have Composer, you may install it by following the instructions at getcomposer.org.
You can then install this demo using the following command:
$ 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
Edit config/db.php if needed
Run migrations:
$ 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.
http://localhost/yii2-ycm-demo/web/admin
统计信息
- 总下载量: 247
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: public
- 更新时间: 2015-08-20