Running Symfony2 DEFAULT commands in a controller (NOT custom commands)

76 views Asked by At

I would like to know if it is possible to run Symfony2 default commands within a controller.

I do not mean customized commands: I mean the defaults ones, such as:

- generate:bundle
- doctrine:generate:entity

And so on.

0

There are 0 answers