clooder/imagine-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

a Symfony2 bundle that used the library and guess who can use the remote image

v1.0.1 2015-03-12 16:40 UTC

This package is auto-updated.

Last update: 2020-02-09 13:50:42 UTC


README

This bundle require "liip/imagine-bundle" , so you need to follow the documentation @liip installation if it is not already.

Installation

composer require clooder/imagine-bundle : 2.*@dev

Configuration

Add in you AppKernel :


    # AppKernel.php

    $bundles  = array(
        new  Clooder\ImagineBundle\ClooderImagineBundle()
    );

After installing the bundle:

# app/config/config.yml

clooder_imagine:
    cache_directory: %kernel.root_dir%/../web/uploads

#and add in liip configuration : 

data_loader: clooder_loader