loevgaard / dandomain-image-bundle
Simple bundle to help assist in image creation and manipulation on the Dandomain webshop
Installs: 367
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^5.5.9 || ^7.0
- imagine/imagine: ^0.7.1
- symfony/framework-bundle: ^2.7 || ^3.0
Requires (Dev)
- loevgaard/tinypng-bundle: ^0.1.0
This package is auto-updated.
Last update: 2024-11-06 09:52:34 UTC
README
Simple bundle to help assist in image creation and manipulation on the Dandomain webshop
Installation
Use Composer and install with
$ composer require loevgaard/dandomain-image-bundle
Then add the bundle in AppKernel
:
<?php public function registerBundles() { $bundles = array( // ... new Loevgaard\DandomainImageBundle\LoevgaardDandomainImageBundle(), ); }
In your config.yml, add the required settings. Use the same values as in your Dandomain admin.
loevgaard_dandomain_image: image_settings: product: width: 400 related: width: 150 thumbnail: width: 150 popup: width: 800
Usage
TODO
Authors
Joachim Løvgaard - website: loevgaard.dk - twitter: @loevgaard