2017 © Pedro Peláez
 

cakephp-plugin cakephp-media-plugin

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

image

extrablind/cakephp-media-plugin

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

  • Tuesday, October 11, 2016
  • by extrablind
  • Repository
  • 0 Watchers
  • 0 Stars
  • 2 Installations
  • JavaScript
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

cakephp-media-plugin

Wrapper around Burzum imagine plugin., (*1)

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, (*2)

Install

composer require extrablind/cakephp-media-plugin, (*3)

Add to your bootstrap.php, (*4)

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

Add to your app.php, (*6)

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

The Versions

11/10 2016

dev-master

9999999-dev https://github.com/ExtraBlind/cakephp-media-plugin/

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

  Sources   Download

beerware

The Requires

 

The Development Requires

cakephp image media fancybox galleries