reketaka / yii2-comments
允许用户留下评论
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 ])?>