2017 © Pedro Peláez
 

symfony-bundle bootstrap-duallistbox-bundle

Easy integration of Bootstrap Duallistbox into symfony2

image

misato/bootstrap-duallistbox-bundle

Easy integration of Bootstrap Duallistbox into symfony2

  • Tuesday, May 19, 2015
  • by MisatoTremor
  • Repository
  • 1 Watchers
  • 1 Stars
  • 164 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 4 % Grown

The README.md

BootstrapDuallistboxBundle

This bundle eases integration of bootstrap-duallistbundle into your Symfony2 project., (*1)

Installation

Installation by Composer

Add BootstrapDuallistbox bundle as a dependency to the composer.json of your application, (*2)

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

Activate automatic symlinking after composer update/install, (*3)

{
    "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:, (*4)

for less:, (*5)

    php app/console misato:bootstrap-duallistbox:symlink

Add BootstrapDuallistboxBundle to your application kernel.

// app/AppKernel.php
<?php
    // ...
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new Misato\BootstrapDuallistbox\MisatoBootstrapDuallistboxBundle(),
        );
    }

Add bootstrap-duallistbox resources to your web folder

To copy the bootstrap-duallistbox css and javascript files to the web folder you can use the command below:, (*6)

    php app/console assets:install web/

The Versions

19/05 2015

dev-master

9999999-dev

Easy integration of Bootstrap Duallistbox into symfony2

  Sources   Download

Apache-2.0

The Requires

 

by Steffen Roßkamp

template form bootstrap bootstrap form duallist

19/05 2015

1.0.2

1.0.2.0

Easy integration of Bootstrap Duallistbox into symfony2

  Sources   Download

Apache-2.0

The Requires

 

by Steffen Roßkamp

template form bootstrap bootstrap form duallist

18/12 2014

1.0.1

1.0.1.0

Easy integration of Bootstrap Duallistbox into symfony2

  Sources   Download

Apache-2.0

The Requires

 

by Steffen Roßkamp

template form bootstrap bootstrap form duallist

14/07 2014

1.0.0

1.0.0.0

Easy integration of Bootstrap Duallistbox into symfony2

  Sources   Download

Apache-2.0

The Requires

 

by Steffen Roßkamp

template form bootstrap bootstrap form duallist