Cropper image for laravel-admin
composer require nim4n/cropper2
php artisan vendor:publish --tag=laravel-admin-cropper2
Basic
$form->cropper2("content","Label");
Option width & height
$form->cropper2("content","Label")->cRatio($width,$height);
MIT License