Download the PHP package leroy/liip-imagine-entity-annotation-bundle without Composer
On this page you can find all versions of the php package leroy/liip-imagine-entity-annotation-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download leroy/liip-imagine-entity-annotation-bundle
More information about leroy/liip-imagine-entity-annotation-bundle
Files in leroy/liip-imagine-entity-annotation-bundle
Package liip-imagine-entity-annotation-bundle
Short Description Easily manage your liip imagine filter with entities
License MIT
Informations about the package liip-imagine-entity-annotation-bundle
LiipImagine Entity Annotation Bundle
LiipImagineEntityAnnotationBundle has been design the make easier the usage of LiipImagineBundle filter with Entity classes.
It's compatible with:
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
Usage
Given the following filter config:
Basic (the original image path is store in a property)
If the original image path is directly accessible in a property of your entity:
With VichUploader
If the original image is stored using VichUploaderBundle
All versions of liip-imagine-entity-annotation-bundle with dependencies
liip/imagine-bundle Version ^2.8
symfony/framework-bundle Version ^5.2||^6.1