Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Error: Class 'GuzzleHttp\Utils' not found #88

Open
dfrazao opened this issue Apr 30, 2020 · 0 comments
Open

Error: Class 'GuzzleHttp\Utils' not found #88

dfrazao opened this issue Apr 30, 2020 · 0 comments

Comments

@dfrazao
Copy link

dfrazao commented Apr 30, 2020

Hello, I'm getting this error when trying to upload an image to a bucket:

image

This is my code:
$extension = $request->profilePhoto->extension(); $filename = $id.'.'.$extension; $disk = Storage::disk('gcs'); $disk->put('profilePhotos/'.$filename, $file);

I'm using laravel 7.0 and the latest release of laravel-google-cloud-storage (2.2.3), any help would be appreciated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant