Edujugon / laravel-google-ads

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

use laravel's config() helper to get config #52

Open JeremyDunn opened 4 years ago

JeremyDunn commented 4 years ago

If you attempt to use environment vars loaded in your google-ads.php config file, you'll get an error when you cache the config (php artisan config:cache).

addresses this issue: https://github.com/Edujugon/laravel-google-ads/issues/47