Download the PHP package jimigrunge/bootstrap-colorpicker-bundle without Composer
On this page you can find all versions of the php package jimigrunge/bootstrap-colorpicker-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jimigrunge/bootstrap-colorpicker-bundle
More information about jimigrunge/bootstrap-colorpicker-bundle
Files in jimigrunge/bootstrap-colorpicker-bundle
Package bootstrap-colorpicker-bundle
Short Description Symfony2 bundle for wrapping the famous bootstrap-colorpicker jquery plugin by @mjolnic
License MIT
Homepage http://github.com/jimigrunge/bootstrap-colorpicker-bundle
Informations about the package bootstrap-colorpicker-bundle
Bootstrap-ColorPicker Bundle for Symfony2
Current Version
Installation
From the commandline
OR configure it manually
Add bundle to your composer.json file
Run commanline installer
Add bundle to your application kernel (app/AppKernel.php)
Install assets
Given your server's public directory is named "web", install the public vendor resources
Optionally, use the --symlink attribute to create links rather than copies of the resources
Usage
Once all the resources are in place you can edit any of your twig views or layouts to include the bootstrap-colorpicker javascript files.
Note: bootstrap-colorpicker requires the jQuery library.
Then you will want to load the css resources so your select elements look nice:
Assetic
Dump bundled files to the filesystem.
Licenses
I do not own bootstrap-colorpicker files at all, I'm just providing a Bundle package to easy-install them all. Refer to the source code of the included files from Select2 for license information.