hgf
hgf

Reputation: 575

How to use Doctrine 2 Command Line Interface from inside a Symfony 2 project?

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

Answers (1)

Cerad
Cerad

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

Related Questions