ajhaupt7 / image-upload-preview
A Laravel Nova field for dragging and dropping images to upload, along with a preview.
Package info
github.com/ajhaupt7/image-upload-preview
Language:Vue
pkg:composer/ajhaupt7/image-upload-preview
v1.0.0
2018-08-30 15:48 UTC
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2026-03-15 13:38:18 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.
Installation
composer require ajhaupt7/image-upload-preview
Usage
use Ajhaupt7\ImageUploadPreview\ImageUploadPreview; ImageUploadPreview::make('Image')->disk('s3')
