avikarsha / yii2-multiple-select
multiple-select
Package info
github.com/avikarshasaha/yii2-multiple-select
Language:JavaScript
Type:yii2-extension
pkg:composer/avikarsha/yii2-multiple-select
dev-master
2016-02-16 06:18 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-12 08:08:41 UTC
README
multiple-select
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist avikarsha/yii2-multiple-select "*"
or add
"avikarsha/yii2-multiple-select": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \avikarsha\multipleselect\AutoloadExample::widget(); ?>```