laravel-google-cloud-storage
laravel-google-cloud-storage copied to clipboard
How to know if a directory exists
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
I just stumbled onto this same problem.
Did you manage to solve it?