← All plugins

Image cropper field for MoonShine Laravel admin panel

Image Cropper Field for MoonShine Laravel Admin Panel adds an image cropping feature to MoonShine, allowing users to crop images directly within the admin panel. The package integrates seamlessly with MoonShine v2.0+, and all methods used for the Image field are supported.

Rating
Downloads
32
Version
2.0.0
Last updated
17.01.2025
MoonShine version
v2, v3
Github stars
1

Image cropper field for MoonShine Laravel admin panel

Requirements

  • MoonShine v2.0+

All the same methods work for the field as for the Image field.

Installation

composer require tmoiseenko/moonshine-cropper
composer require tmoiseenko/moonshine-cropper

Usage

use Tmoiseenko\MoonshineCropper\Fields\Cropper;
 
Cropper::make('Label')
use Tmoiseenko\MoonshineCropper\Fields\Cropper;
 
Cropper::make('Label')