ajhaupt7/image-upload-preview

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

Installs: 39 025

Dependents: 0

Suggesters: 0

Security: 0

Stars: 10

Watchers: 1

Forks: 3

Open Issues: 5

Language:Vue

pkg:composer/ajhaupt7/image-upload-preview

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

This package is not auto-updated.

Last update: 2025-12-07 12:10:59 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')