Reputation: 575
I want to use some features of Doctrine 2 command line interface that Symfony 2 does not enable on app/console.
How can I do that?
Upvotes: 0
Views: 688
Reputation: 48893
Your best bet would be to add a new Command to your Symfony2 console. http://symfony.com/doc/2.0/components/console.html
But which Doctrine cli feature is missing?
Upvotes: 1