Symfony 2 loading custom configuration file
问题 I want to add a new configuration file in Bundle/Resources/config. I've tried following http://symfony.com/doc/current/cookbook/bundles/extension.html , but it doesn't work as it should and I get There is no extension able to load the configuration for "mailbroker_mail_details" My files: MailbrokerMailDetailsExtension.php <?php namespace Mailbroker\MailDetailsBundle\DependencyInjection; use Symfony\Component\DependencyInjection\ContainerBuilder; use Symfony\Component\Config\FileLocator; use