sanatorium/thumbs is a Laravel package for thumbnails for cartalyst platform.
It currently has 0 GitHub stars and 0 downloads on Packagist (latest version 3.0.6).
Install it with composer require sanatorium/thumbs.
Discover more Laravel packages by sanatorium
or browse all Laravel packages to compare alternatives.
Last updated
Thumbnails for Cartalyst Platform
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 not available.
Support not available.
List of currently used hooks:
'sample' => 'sanatorium/thumbs::hooks.sample'