janisto/yii2-ycm-demo

Yii 2 内容管理模块演示

dev-master 2015-11-03 14:51 UTC

This package is not auto-updated.

Last update: 2024-09-14 17:48:26 UTC


README

通过 Composer 安装

如果您没有 Composer,可以按照 getcomposer.org 上的说明进行安装。

然后您可以使用以下命令安装此演示:

$ 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

创建数据库 yii2-ycm-demo

如有需要,编辑 config/db.php

运行迁移

$ php yii migrate/up --interactive=0

现在,假设 yii2-ycm-demo 是 Web 根目录下的目录,您应该可以通过以下 URL 访问演示。

https:///yii2-ycm-demo/web/admin