sanatorium / platform-thumbs by rozklad

Thumbnails for Cartalyst Platform
0
0
3
Package Data
Maintainer Username: rozklad
Maintainer Contact: info@sanatoriu.ninja (Sanatorium)
Package Create Date: 2016-04-11
Package Last Update: 2016-10-02
Language: PHP
License: Unknown
Last Refreshed: 2024-04-17 15:16:48
Package Statistics
Total Downloads: 0
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 3
Total Forks: 0
Total Open Issues: 0

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'