range-web/yii2-rw-comments

Yii2评论

安装次数: 29

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 3

分支: 0

开放问题: 0

类型:yii2-extension

dev-master 2016-06-03 08:00 UTC

This package is not auto-updated.

Last update: 2024-09-14 18:58:39 UTC


README

安装此扩展的首选方式是通过 composer

运行以下命令之一:

php composer.phar require --prefer-dist rangeweb/yii2-comments "*"

或者在您的 composer.json 文件的 require 部分添加以下内容:

"rangeweb/yii2-comments": "*"

应用迁移

yii migrate --migrationPath=vendor/range-web/yii2-rw-comments/migrations

配置

'modules' => [
    'filesystem' => [
        'class' => 'rangeweb\comments\Module',
    ],
],