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
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-29 02:11:50 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(); ?>```