You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
I know that for GCS doesn't have the concept of folder, but through Google Console you can create empty folders, so how do I know that a folder exists with laravel storage? since Storage::exists($path) always returns false, doesn't matter if the folder have files or not
The text was updated successfully, but these errors were encountered:
I know that for GCS doesn't have the concept of folder, but through Google Console you can create empty folders, so how do I know that a folder exists with laravel storage? since
Storage::exists($path)
always returns false, doesn't matter if the folder have files or notThe text was updated successfully, but these errors were encountered: