Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prawee/yii2-dual-listbox

Dual Listbox with bootstrap for Yii2
https://github.com/prawee/yii2-dual-listbox

Last synced: about 11 hours ago
JSON representation

Dual Listbox with bootstrap for Yii2

Awesome Lists containing this project

README

        

Dual Listbox for Yii2
======================
Dual Listbox Extension for Yii2

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

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 :

```php
= \prawee\widgets\duallistbox\DualListbox::widget(); ?>

```