tkutsaeva / yii2-multi-select
Multiselect Bootstrap widget for Yii2.
Package info
github.com/TKutsaeva/iripvanwinkle-yii2-multi-select
Type:yii2-extension
pkg:composer/tkutsaeva/yii2-multi-select
dev-master
2019-07-05 07:28 UTC
Requires
- bower-asset/bootstrap-multiselect: 0.9.*
- yiisoft/yii2: 2.0.*
Replaces
This package is auto-updated.
Last update: 2026-03-08 05:01:43 UTC
README
Renders a MultiSelect Bootstrap plugin widget.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require tkutsaeva/yii2-multi-select "dev-master"
//or: composer require tkutsaeva/yii2-multi-select "dev-master"
or add
"tkutsaeva/yii2-multi-select" : "dev-master"
to the require section of your application's composer.json file.