Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 383 Bytes

File metadata and controls

16 lines (14 loc) · 383 Bytes

NickproCdnBundle

Put this in your configuration file

nickpro_cdn:
    default_storage: "image"
    schemas:
        local: "Nickpro\CdnBundle\Filemanager\Storage\\Local\Cdn"
    storages:
        image:
            schema: "local"
            upload_path: "%kernel.root_dir%/../web/uploads"
            upload_url: "http://your-site-name.net/uploads"