-
I have added a Livewire component with:
And followed the docs on how to setup my Livewire component class, everything seems to be working however when trying to upload a file I get an error I am using PHP8 on a Mac using Valet. I have installed (via Homebrew) all the processing packages and have GD available. Full stacktrace
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Just to add I can see the temporary uploads are being created they are listed both in the media table and temporary_uploads table and the files are in the temp folder but seems to be failing on the conversion for the preview perhaps? I also tried just with the blade version (without it being a livewire component) and had the same issue. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/spatie/laravel-medialibrary-pro/discussions/353 Moved to the Pro discusssions. |
Beta Was this translation helpful? Give feedback.
spatie/laravel-medialibrary-pro#353
Moved to the Pro discusssions.