ilyag / yii2-commentary
Commentary module for Yii2
Package info
github.com/Gumennikov/yii2-commentary
Type:yii2-extension
pkg:composer/ilyag/yii2-commentary
dev-master
2019-10-02 07:44 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-29 00:48:49 UTC
README
Commentary module for Yi2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist ilyag/yii2-commentary "*"
or add
"ilyag/yii2-commentary": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \ilyag\commentary\AutoloadExample::widget(); ?>```