dasundev / livewire-dropzone

A Livewire Dropzone component for simple drag-and-drop file uploads.
https://dasun.dev/docs/livewire-dropzone
MIT License
169 stars 17 forks source link

feat: Make the dropzone unique by default #1

Closed dasundev closed 10 months ago

dasundev commented 10 months ago

Previously, the user was required to provide a name for the dropzone component, but it is no longer necessary. I have implemented Str::uuid() to ensure the component is unique by default.