concepture/yii2-comment-module

正在开发中的包

安装量: 2,777

依赖者: 0

建议者: 0

安全性: 0

星标: 1

关注者: 3

分支: 0

开放性问题: 0

类型:yii2-extension

v2.0.0 2020-04-13 05:43 UTC

This package is auto-updated.

Last update: 2024-09-09 13:32:38 UTC


README

实现实体评论的模块

连接

"require": { "concepture/yii2-comment-module" : "*" },

连接后台模块迁移 php yii migrate/up --migrationPath=@concepture/yii2comment/console/migrations

连接后台模块

 'modules' => [
     'comment' => [
         'class' => 'concepture\yii2comment\Module'
     ],
 ],