-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I am encountering issues while trying to list all files using the Storage facade with the 'bunny' disk.
Specifically, I am able to retrieve a file from a specific path using Storage::disk('bunny')->get($path), but when attempting to list all files, I receive an empty array.
Additionally, how can i list content of subfolders?
$files = Storage::disk('bunny')->allFiles()
dd($files); // returns empty array
$contents = Storage::disk('bunny')->listContents('specific-folder-path')
dd($contents); // returns empty array
Metadata
Metadata
Assignees
Labels
No labels