2017 © Pedro Peláez
 

symfony-bundle kunstmaan-config-bundle

Opinionated configuration for your Kunstmaan CMS instance.

image

dreadlabs/kunstmaan-config-bundle

Opinionated configuration for your Kunstmaan CMS instance.

  • Friday, September 23, 2016
  • by dreadwarrior
  • Repository
  • 1 Watchers
  • 0 Stars
  • 54 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Kunstmaan CMS Configuration Bundle

Provide streamlined configuration for a Kunstmaan CMS application., (*1)

What does it do?

  1. Compiler passes, (*2)

    • kunstmaan_media.filesystem_adapter - Allow re-configuration of the path according to the integrated LiipImagineBundle

Installation

composer require dreadlabs/kunstmaan-config-bundle:*

How to activate?

Add the bundle to your AppKernel:, (*3)

// ...
new DreadLabs\KunstmaanConfigBundle\DreadLabsKunstmaanConfigBundle(),
// ...

Add the following configuration keys to your parameters.yml.dist:, (*4)

liipimagine_webroot: '%kernel.root_dir%/../web'

Configure the default resolver in the liip_imagine configuration in app/config/config.yml:, (*5)

liip_imagine:
    resolvers:
        default:
            web_path:
                web_root: '%liipimagine_webroot%'

Add the loaders section to the liip_imagine configuration section in app/config/config.yml:, (*6)

liip_imagine:

    // ...

    loaders:
        default:
            filesystem:
                data_root: '%liipimagine_webroot%'

The Versions