Download the PHP package dreadlabs/kunstmaan-config-bundle without Composer
On this page you can find all versions of the php package dreadlabs/kunstmaan-config-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dreadlabs/kunstmaan-config-bundle
More information about dreadlabs/kunstmaan-config-bundle
Files in dreadlabs/kunstmaan-config-bundle
Download dreadlabs/kunstmaan-config-bundle
More information about dreadlabs/kunstmaan-config-bundle
Files in dreadlabs/kunstmaan-config-bundle
Vendor dreadlabs
Package kunstmaan-config-bundle
Short Description Opinionated configuration for your Kunstmaan CMS instance.
License MIT
Homepage http://opensource.van-tomas.de/
Package kunstmaan-config-bundle
Short Description Opinionated configuration for your Kunstmaan CMS instance.
License MIT
Homepage http://opensource.van-tomas.de/
Please rate this library. Is it a good library?
Informations about the package kunstmaan-config-bundle
Kunstmaan CMS Configuration Bundle
Provide streamlined configuration for a Kunstmaan CMS application.
What does it do?
-
Compiler passes
kunstmaan_media.filesystem_adapter
- Allow re-configuration of the path according to the integratedLiipImagineBundle
Installation
composer require dreadlabs/kunstmaan-config-bundle:*
How to activate?
Add the bundle to your AppKernel
:
// ...
new DreadLabs\KunstmaanConfigBundle\DreadLabsKunstmaanConfigBundle(),
// ...
Add the following configuration keys to your parameters.yml.dist
:
liipimagine_webroot: '%kernel.root_dir%/../web'
Configure the default resolver in the liip_imagine
configuration in app/config/config.yml
:
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
:
liip_imagine:
// ...
loaders:
default:
filesystem:
data_root: '%liipimagine_webroot%'
All versions of kunstmaan-config-bundle with dependencies
PHP Build Version
Package Version
Requires
kunstmaan/bundles-cms Version
~3.6.0
The package dreadlabs/kunstmaan-config-bundle contains the following files
Loading the files please wait ....