0

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?

hakre
  • 193,403
  • 52
  • 435
  • 836
hgf
  • 575
  • 3
  • 14

1 Answers1

1

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?

Cerad
  • 48,157
  • 8
  • 90
  • 92