Download the PHP package michaeld555/filament-cropper without Composer
On this page you can find all versions of the php package michaeld555/filament-cropper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download michaeld555/filament-cropper
More information about michaeld555/filament-cropper
Files in michaeld555/filament-cropper
Package filament-cropper
Short Description Cropper Js Implementation Field for Filament forms
License MIT
Homepage https://github.com/michaeld555/filament-cropper
Informations about the package filament-cropper
Filament Cropper Plugin
Installation
You can install the package via composer:
Using imageCropAspectRatio
we can set aspect ratio of the cropper.
We can make cropper circular using avatar
method.
Modal size can be customized if it is needed,
using modalSize
method.
List of available options
Thumbnail Image
Now You generate Thumbnail Image using generateThumbnailImage()
method.
By default, it's use thumbnailImages Folder to store Generated Thumbnail Images.
But It can be overridden using thumbnailImageDirectory
method.
However it's possible to customize the way of generating thumbnail image using method generateThumbnailImageUsing
All versions of filament-cropper with dependencies
filament/filament Version ^3.0
illuminate/contracts Version ^10.0|^11.0
spatie/laravel-package-tools Version ^1.14.0
intervention/image Version *