Skip to content

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

Notifications You must be signed in to change notification settings

willymiiee/image-upload-preview

 
 

Repository files navigation

Image Upload Preview Field

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')

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 90.2%
  • PHP 6.1%
  • JavaScript 3.6%
  • CSS 0.1%