Filament Spatie FileUpload with s3
I got issues with spatie file upload. It's coming from filepond. It's a livewire component. Where am I do wrong?
Here is my configuration. I've set the following configuration:
.env
8 Replies
I still got the error.
Bro what are you doing... please hide personal access keys!
Yes this not full access key.
Ok nice. Safety concern, just saying π
Thanks
As for your issue, if you try FileUpload, does it work?
I think I know the issue. You need to install s3
composer require league/flysystem-aws-s3-v3 "^3.0" --with-all-dependencies
Yes I installed s3
FileUpload didn't work as well.
this is my config/livewire.php
Solution
I got it.