A Laravel Nova field for dragging and dropping images to upload, along with a preview.
ajhaupt7/image-upload-preview is a Laravel package for a laravel nova field for dragging and dropping images to upload, along with a preview..
It currently has 10 GitHub stars and 39.560 downloads on Packagist (latest version v1.0.0).
Install it with composer require ajhaupt7/image-upload-preview.
Discover more Laravel packages by ajhaupt7
or browse all Laravel packages to compare alternatives.
Last updated
This field extends the existing Laravel Nova image field, but displays the form as a drag and drop box, which will display a preview of the added image immediately. All options that are available with the regular Nova image field are available here.

composer require ajhaupt7/image-upload-preview
use Ajhaupt7\ImageUploadPreview\ImageUploadPreview;
ImageUploadPreview::make('Image')->disk('s3')