Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prawee/yii2-dual-listbox
- Owner: prawee
- Created: 2015-10-18T19:41:52.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-18T21:10:14.000Z (about 9 years ago)
- Last Synced: 2024-04-20T17:09:04.539Z (7 months ago)
- Language: PHP
- Homepage: http://www.prawee.com
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Dual Listbox for Yii2
======================
Dual Listbox Extension for Yii2Installation
------------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(); ?>```