liip/imagine-bundle

.gitignore

/%PUBLIC_DIR%/media/cache/

Generated files

config/packages/liip_imagine.yaml

# Documentation on how to configure the bundle can be found at: https://symfony.com/doc/current/bundles/LiipImagineBundle/basic-usage.html
liip_imagine:
    # valid drivers options include "gd" or "gmagick" or "imagick"
    driver: "gd"

config/routes/liip_imagine.yaml

_liip_imagine:
    resource: "@LiipImagineBundle/Resources/config/routing.yaml"