sanatorium/thumbs

Thumbnails for Cartalyst Platform
Install
composer require sanatorium/thumbs
Last Updated:Oct 2, 2016
Links: GitHub  ·  Packagist
Maintainer: rozklad

sanatorium/thumbs

Thumbnails for Cartalyst Platform

Contents

  1. Documentation
  2. Changelog
  3. Support
  4. Hooks

Documentation

config/platform-media.php

'macros' => [
    ...
    'thumbs' => 'Sanatorium\Thumbs\Styles\Macros\ThumbsMacro',
],

'presets' => [
    ...
    '300'    => [
        'width'  => 300,
        'macros' => ['thumbs'],
        'path'   => config('cartalyst.filesystem.connections.' . config('cartalyst.filesystem.default') . '.prefix') . '/cache/thumbs'
    ],
],

Changelog

Changelog not available.

Support

Support not available.

Hooks

List of currently used hooks:

'sample' => 'sanatorium/thumbs::hooks.sample'