KnpLabs/rad-edition

Rad-Edition does not show SensioGeneratorBundle comamnds

Closed this issue · 3 comments

If I add SensioGeneratorBundle in Rad-Edition project it still does not show SensioGeneratorBundle commands like generate:doctrine:crud. Is this by design?

No, nothing has been done in this direction :)
It surely comes from something else.

What comes directly to my mind:

  • you installed SensioGeneratorBundle via composer right?
  • you forgot to register the bundle in the AppKernel ?
  • you are not in dev environment ?

Sorry I forgot to register the bundle. So stupid of me. Thank you for prompt reply.

no problem!