Symfony2 - register vendor as service
I want to register vendor library as service, like doctrine, which anybody
can access via $container->get('doctrine'). I want to register with that
way another vendors, for example PhpExcel ($container->get('phpexcel')).
Any ideas?
No comments:
Post a Comment