#swatchBook-bundle#
SwatchBook is a color pallets management extension for the Contao CMS in Version 4. It`s full responsive and easy to implement into your website.
Demo
Thanks!
##Requirements##
- Contao 4 CMS
- Bootstrap Framework
###Instruction to get it work###
- create follow folder structure in your Contao 4 root directory
src/CtEye/swatchbook-bundle/
- copy the repository content starting with src inside the swatchbook-bundle folder
before :: src/CtEye/swatchbook-bundle/
after :: src/CtEye/swatchbook-bundle/src/Resources/...
- open - vendor/composer/autoload_psr4.php and paste follow line inside the return array...
'CtEye\swatchbookBundle\' => array($baseDir."/src" . '/CtEye/swatchbook-bundle/src'),
- open - app/AppKernel.php and paste follow line inside the $bundles = [...] block
new CtEye\swatchbookBundle\swatchbookBundle(),
- create a symlink from your bundle folder
open the path src/CtEye/swatchbook-bundle/src/Resources/
create a Symlink from the public folder into the web/ directory and rename it swatchbook
finally you have a symlink folder under the web/ directory called swatchbook
-
open the Contao install tool and create the required tables for the swatchbook-bundle
-
activate inside the website layout the jQuery checkbox
I think that`s it. Enjoy it and let me know...
Tom Hell