LaravelPackages.net
Acme Inc.
Toggle sidebar
ajhaupt7/image-upload-preview

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

39.560
10
v1.0.0
About ajhaupt7/image-upload-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

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

Star History Chart