ajhaupt7/image-upload-preview

A Laravel Nova field for dragging and dropping images to upload, along with a preview.

v1.0.0 2018-08-30 15:48 UTC

This package is not auto-updated.

Last update: 2024-05-12 04:04:20 UTC


README

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.

Demo

Installation

composer require ajhaupt7/image-upload-preview

Usage

use Ajhaupt7\ImageUploadPreview\ImageUploadPreview;

ImageUploadPreview::make('Image')->disk('s3')