laravel-minio-sample
laravel-minio-sample copied to clipboard
sample project to use Minio as Laravel cloud file system
Results
1
laravel-minio-sample issues
Sort by
recently updated
recently updated
newest added
I'm still confused when I want to upload an image to the minio server using laravel, is there a more detailed example? like the example below: `Storage::disk('minio')->put('avatars/1', $fileContents); ` I'm...