Configuration
For uploading images we are using FilePond and some custom upload component with Livewire.Filepond
This component is used to update media at the product level and variants for products.
Filepond upload
$images are a collection of media from the Spatie Media Library.
So you have to set up the file upload in your Livewire component yourself. An example of file upload with filepond is available on Livewire you can learn more on this link.
Single upload
Single Upload is a reusable Livewire component created for single upload management with Livewire
Single upload component
Shopper\Http\Livewire\Components\Forms\Uploads\Single To add it to your page you add this component to your view.
Multiple upload
The component used isShopper\Http\Livewire\Components\Forms\Uploads\Multiple To add it to your page you add this component to your view.

Multiple upload component