clooder / imagine-bundle
a Symfony2 bundle that used the library and guess who can use the remote image
Installs: 1 562
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 2
Open Issues: 2
Requires
- imagine/imagine: 0.6.x
- symfony/filesystem: >=2.0.16,~2.0
- symfony/finder: >=2.0.16,~2.0
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