Laravel – How to set up Supabase as a file system?
I want to use Supabase as a filesystem so I can easily upload files to Supabase. I used this package (github.com/quix-labs/laravel-supabase-flysystem) to set it up and added the supabase
block to the disks
array in config/filesystems.php
. However, I can’t upload anything to Firebase – the method that actually uploads the file returns this error message: "Unable to write file at location: uploads/RQhhQkjeHerFo5f1OxUgU0LMa40Kulif52tUKzzM.png."