imxiangli / yii2-select2
yii2-select2
Package info
github.com/imxiangli/yii2-select2
Type:yii2-extension
pkg:composer/imxiangli/yii2-select2
1.1.5
2017-07-12 01:57 UTC
Requires
- bower-asset/select2: ^4.0
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-15 03:28:53 UTC
README
yii2-select2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist imxiangli/yii2-select2 "*"
or add
"imxiangli/yii2-select2": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \imxiangli\select2\AutoloadExample::widget(); ?>```