baxriev / yii2-vote
Vote for yii2
1.0
2019-06-11 10:56 UTC
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2026-03-21 03:24:57 UTC
README
Vote for yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist baxriev/yii2-vote "*"
or add
"baxriev/yii2-vote": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \baxriev\vote\AutoloadExample::widget(); ?>```