2017 © Pedro Peláez
 

contao-module contao-tinypng

image

numero2/contao-tinypng

  • Thursday, June 8, 2017
  • by numero2
  • Repository
  • 1 Watchers
  • 2 Stars
  • 56 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 24 % Grown

The README.md

Contao TinyPNG

, (*1)

About

Automatically optimizes all uploaded PNG and JPEG images using tinypng.com's image optimizer., (*2)

System requirements

Installation & Configuration

  • Create a folder named tinypng in system/modules
  • Clone this repository into the new folder
  • Obtain an API key and enter it into the System Settings under Upload settings

Additional step for Contao 4.X: Open app/AppKernel.php and add the following line to the $bundles array, (*3)

new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('tinypng', $this->getRootDir())

The Versions