prawee / yii2-dual-listbox
Dual Listbox Extension for Yii2
Package info
github.com/prawee/yii2-dual-listbox
Type:yii2-extension
pkg:composer/prawee/yii2-dual-listbox
dev-master
2015-10-18 21:09 UTC
Requires
- yiisoft/yii2: *
This package is auto-updated.
Last update: 2026-03-12 09:45:37 UTC
README
Dual Listbox Extension for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist prawee/yii2-dual-listbox "*"
or add
"prawee/yii2-dual-listbox": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \prawee\widgets\duallistbox\DualListbox::widget(); ?>