Replies: 1 comment
-
It looks like it got fixed, try updating your packages composer update |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
while trying to upload images using filamentphp, I'm having this error after pressing the create / update button.
this is how I use it:
SpatieMediaLibraryFileUpload::make('attachments')
->multiple()
->enableReordering()
->responsiveImages()
->image()
->visibility('public')
->maxSize(1024)
->imagePreviewHeight(150)
->disk('image_path')
Beta Was this translation helpful? Give feedback.
All reactions