googleads / googleads-php-lib

Google Ad Manager SOAP API Client Library for PHP
Apache License 2.0
655 stars 770 forks source link

In ProviderRepository.php line 208: Class 'LaravelGoogleAds\LaravelGoogleAdsProvider' not found in Laravel 5.5 #420

Closed kennblvnp closed 6 years ago

kennblvnp commented 6 years ago

When running this command:

composer require googleads/googleads-php-lib

fiboknacky commented 6 years ago

Could you please post the full log? By the way, LaravelGoogleAds\LaravelGoogleAdsProvider doesn't seem related to our library.

kennblvnp commented 6 years ago

@fiboknacky

I was using this library https://github.com/nikolajlovenhardt/laravel-google-ads

then I got this error requires googleads/googleads-php-lib thats why I tried to install your library then I got that error:

In ProviderRepository.php line 208: Class 'LaravelGoogleAds\LaravelGoogleAdsProvider' not found

fiboknacky commented 6 years ago

Could you please consult with the author of nikolajlovenhardt/laravel-google-ads instead? The error message seems not related to this library. There might be some usages that you need to catch up with the author of that library.

kennblvnp commented 6 years ago

Okay thanks! It was worth a try