sanatorium / thumbs
There is no license information available for the latest version (3.0.6) of this package.
Thumbnails for Cartalyst Platform
Package info
github.com/rozklad/platform-thumbs
Type:platform-extension
pkg:composer/sanatorium/thumbs
3.0.6
2016-10-02 16:32 UTC
Requires
- php: >=5.4.0
- cartalyst/composer-installers: 1.2.*
- platform/foundation: >=2.0 <5.0
- platform/media: >=4.0.0
README
Thumbnails for Cartalyst Platform
Contents
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'