reketaka/yii2-comments

允许用户留下评论

安装: 101

依赖项: 0

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

公开问题: 1

类型:yii2-extension

1.0 2017-11-29 10:29 UTC

This package is auto-updated.

Last update: 2024-09-13 21:35:57 UTC


README

允许用户留下评论

安装

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

运行以下命令之一

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

或者在您的composer.json文件的require部分添加

"reketaka/yii2-comments": "*"

  • 执行迁移以在数据库中创建所需的表(控制台)
yii migrate --migrationPath=@reketaka/comments/migrations --interactive=0

使用方法

<?=\reketaka\comments\widgets\CommentListWidget::widget([
    'model'=>$item
])?>

<?=\reketaka\comments\widgets\CommentFormWidget::widget([
    'model'=>$item
])?>