The comments module for Yii2 application.
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist mrkera/yii2-comment "*"
or add
"mrkera/yii2-comment": "*"
to the require section of your composer.json file.
Once the extension is installed, simply use it in your code by :
<?= \mrkera\comment\AutoloadExample::widget(); ?>```