2017 © Pedro PelĂĄez
 

symfony-bundle dandomain-image-bundle

Simple bundle to help assist in image creation and manipulation on the Dandomain webshop

image

loevgaard/dandomain-image-bundle

Simple bundle to help assist in image creation and manipulation on the Dandomain webshop

  • Friday, June 23, 2017
  • by loevgaard
  • Repository
  • 1 Watchers
  • 0 Stars
  • 192 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 1 % Grown

The README.md

Dandomain Image Bundle

GitHub license, (*1)

Simple bundle to help assist in image creation and manipulation on the Dandomain webshop, (*2)

Installation

Use Composer and install with, (*3)

$ composer require loevgaard/dandomain-image-bundle, (*4)

Then add the bundle in AppKernel:, (*5)

<?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., (*6)

loevgaard_dandomain_image:
    image_settings:
        product:
            width: 400
        related:
            width: 150
        thumbnail:
            width: 150
        popup:
            width: 800

Usage

TODO, (*7)

Authors

Joachim Løvgaard - website: loevgaard.dk - twitter: @loevgaard, (*8)

The Versions

23/06 2017

dev-master

9999999-dev https://github.com/loevgaard/dandomain-image-bundle

Simple bundle to help assist in image creation and manipulation on the Dandomain webshop

  Sources   Download

MIT

The Requires

 

The Development Requires

23/06 2017

v0.1.0

0.1.0.0 https://github.com/loevgaard/dandomain-image-bundle

Simple bundle to help assist in image creation and manipulation on the Dandomain webshop

  Sources   Download

MIT

The Requires

 

The Development Requires