laravel-google-cloud-storage icon indicating copy to clipboard operation
laravel-google-cloud-storage copied to clipboard

Error: Class 'GuzzleHttp\Utils' not found

Open dfrazao opened this issue 5 years ago • 0 comments

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.

dfrazao avatar Apr 30 '20 21:04 dfrazao