iyiolapeter / yii2-widgets
Collection of Useful and Enhanced Widgets
Package info
github.com/iyiolapeter/yii2-widgets
Type:yii2-extension
pkg:composer/iyiolapeter/yii2-widgets
dev-master
2020-02-11 19:42 UTC
Requires
- yiisoft/yii2: ~2.0.0
- yiisoft/yii2-bootstrap4: ^2.0
This package is auto-updated.
Last update: 2026-02-16 07:52:25 UTC
README
Collection of Useful and Enhanced Widgets
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist iyiolapeter/widget "*"
or add
"iyiolapeter/widget": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \pso\yii2\widgets\AutoloadExample::widget(); ?>```