Edujugon / laravel-google-ads

Google Adwords API for Laravel
MIT License
68 stars 23 forks source link

How to solve guzzle error #53

Open jyotip2 opened 4 years ago

jyotip2 commented 4 years ago

Problem 1

jennlee20 commented 3 years ago

Hi i got the same error if use Laravel 8. seems like only able to use laravel 7 for now? hope someone can help?

valian99 commented 3 years ago

After so many research on the internet, i finally got the solution. Try to run this code:

composer require guzzlehttp/guzzle:^6.0

This will Downgrade guzzlehttp/guzzle (7.0.1 => 6.5.5)".

cheema14 commented 2 years ago

composer require guzzlehttp/guzzle:^6.0

This didn't work for me. Instead its displaying more errors now :P