worstinme / yii2-comments
Yii2 Comments Extension
Package info
github.com/worstinme/yii2-comments
Type:yii2-extension
pkg:composer/worstinme/yii2-comments
dev-master
2016-12-15 04:22 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-15 03:39:28 UTC
README
Yii2 Comments Extension
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist worstinme/yii2-comments "*"
or add
"worstinme/yii2-comments": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \worstinme\comments\AutoloadExample::widget(); ?>```