mediabet-concepture/yii2-comment-module

正在开发中的包

安装: 637

依赖者: 0

建议者: 0

安全: 0

类型:yii2-extension

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

This package is auto-updated.

Last update: 2024-09-22 17:31:45 UTC


README

实现实体评论的模块

连接

"require": {

"concepture/yii2-comment-module" : "*"

},

迁移 php yii migrate/up --migrationPath=@concepture/yii2comment/console/migrations

连接模块到后台管理

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