symedit/media-bundle

There is no license information available for the latest version (v0.11) of this package.

Symfony2 Bundle for SymEdit for dealing with media

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:symfony-bundle

v0.11 2015-09-23 20:44 UTC

This package is auto-updated.

Last update: 2024-04-24 08:12:17 UTC


README

Configuration:

# Gaufrette Configuration
knp_gaufrette:
    adapters:
        symedit_image:
            local:
                directory: %kernel.root_dir%/../web/media/image
                create: true
        symedit_file:
            local:
                directory: %kernel.root_dir%/../web/media/file
                create: true
    filesystems:
        symedit_image:
            adapter: symedit_image
        symedit_file:
            adapter: symedit_file

# Media Configuration
symedit_media:
    paths:
        image: /media/image
        file: /media/file

Paths should match between Gaufrette and the Media Configuration