PHPackages                             misato/bootstrap-duallistbox-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. misato/bootstrap-duallistbox-bundle

ActiveSymfony-bundle[Templating &amp; Views](/categories/templating)

misato/bootstrap-duallistbox-bundle
===================================

Easy integration of Bootstrap Duallistbox into symfony2

1.0.2(10y ago)1217Apache-2.0PHP

Since Jul 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/MisatoTremor/BootstrapDuallistboxBundle)[ Packagist](https://packagist.org/packages/misato/bootstrap-duallistbox-bundle)[ RSS](/packages/misato-bootstrap-duallistbox-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (2)Versions (4)Used By (0)

BootstrapDuallistboxBundle
==========================

[](#bootstrapduallistboxbundle)

This bundle eases integration of bootstrap-duallistbundle into your Symfony2 project.

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

[](#installation)

### Installation by Composer

[](#installation-by-composer)

Add BootstrapDuallistbox bundle as a dependency to the composer.json of your application

```
{
    "require": {
        ...
        "misato/bootstrap-duallistbox-bundle": "dev-master"
        ...
    }
}
```

Activate automatic symlinking after composer update/install

```
{
    "scripts": {
        "post-install-cmd": [
            "Misato\\BootstrapDuallistboxBundle\\Composer\\ScriptHandler::postInstallSymlinkBootstrapDuallistbox"
        ],
        "post-update-cmd": [
            "Misato\\BootstrapDuallistboxBundle\\Composer\\ScriptHandler::postInstallSymlinkBootstrapDuallistbox"
        ]
    }
}
```

There is also a console command to check and / or install this symlink:

for less:

```
    php app/console misato:bootstrap-duallistbox:symlink
```

### Add BootstrapDuallistboxBundle to your application kernel.

[](#add-bootstrapduallistboxbundle-to-your-application-kernel)

```
// app/AppKernel.php
