Download the PHP package reketaka/yii2-comments without Composer
On this page you can find all versions of the php package reketaka/yii2-comments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package yii2-comments
Модуль комментариев для Yii2
Позволяет пользователям оставлять комментарии
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
- Выполнить миграцию для создания нужной таблицы в базе данных (консоль):
Usage
<?=\reketaka\comments\widgets\CommentListWidget::widget([
'model'=>$item
])?>
<?=\reketaka\comments\widgets\CommentFormWidget::widget([
'model'=>$item
])?>
All versions of yii2-comments with dependencies
PHP Build Version
Package Version
No informations.
The package reketaka/yii2-comments contains the following files
Loading the files please wait ....