spanjeta/yii2-comments Comments Widget adds comment box for any view

extensioncomments

NOT READY YET. Please do not use it yet

Comments Widget

Comments Widget adds comment box for any view

Installation

The preferred way to install this extension is through composer.

Either run

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

or add

"spanjeta/yii2-comments": "*"

to the require section of your composer.json file.

Usage

Once the extension is installed, use mitration to install table

yii migrate/up --migrationPath=@spanjeta/comments/migrations

simply use it in your code by :


<?=   \spanjeta\comments\CommentsWidget::widget(['model'=>$model]); ?>```

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

Comments



v1.0 is the latest of one release



Apache-2.0 license
Stats
6 github stars & 4 github forks
2 downloads in the last day
10 downloads in the last 30 days
1307 total downloads