extrablind/cakephp-media-plugin

Media plugin for CakePHP : resize and display gallery and photos easily. Wrapper around Burzum plugins.

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Language:JavaScript

Type:cakephp-plugin

dev-master 2016-10-11 00:09 UTC

This package is not auto-updated.

Last update: 2020-01-10 15:53:37 UTC


README

Wrapper around Burzum imagine plugin.

With this plugin you can : Easily display all images from a specific directory. Display as fancybox galleries Resize image as you want Cache the resized images

Install

composer require extrablind/cakephp-media-plugin

Add to your bootstrap.php

Plugin::load('Extrablind/Media', [ 'routes' => true]);

Add to your app.php

'Extrablind.Media.galleries.dir' => WWW_ROOT . 'img/galleries/', 'Imagine.salt' => 'A random string'