tkutsaeva/yii2-multi-select

Multiselect Bootstrap widget for Yii2.

dev-master 2019-07-05 07:28 UTC

This package is auto-updated.

Last update: 2025-06-08 03:27:16 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.

Usage