sanatorium/thumbs

There is no license information available for the latest version (3.0.6) of this package.

Thumbnails for Cartalyst Platform

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:platform-extension

3.0.6 2016-10-02 16:32 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:45:55 UTC


README

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'