PHP code example of jimigrunge / bootstrap-colorpicker-bundle

1. Go to this page and download the library: Download jimigrunge/bootstrap-colorpicker-bundle library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

jimigrunge / bootstrap-colorpicker-bundle example snippets


$ php composer.phar 

$ php composer.phar update jimigrunge/bootstrap-colorpicker-bundle

public function registerBundles()
{
    $bundles = array(
        // ...
        new JimiGrunge\BootstrapColorPickerBundle\BootstrapColorPickerBundle(),
        // ...
    );
}

$ php bin/console assetic:dump