I added the bundle in my composer.json and requested a composer update, it installed but still throwing this exception
ErrorException: Notice: Undefined index: service_builder in /var/www/symtest/vendor/ddeboer/guzzle-bundle/Ddeboer/GuzzleBundle/DependencyInjection/DdeboerGuzzleExtension.php line 27
I added the bundle to the AppKernel but the other steps didn't make too much sense to me.
I'm kind of new to symfony and it could be a configuration problem. Would like to know if it's something that I should have done or it is a problem with the code?
I added the bundle in my composer.json and requested a composer update, it installed but still throwing this exception
ErrorException: Notice: Undefined index: service_builder in /var/www/symtest/vendor/ddeboer/guzzle-bundle/Ddeboer/GuzzleBundle/DependencyInjection/DdeboerGuzzleExtension.php line 27
I added the bundle to the AppKernel but the other steps didn't make too much sense to me. I'm kind of new to symfony and it could be a configuration problem. Would like to know if it's something that I should have done or it is a problem with the code?