Rad-Edition does not show SensioGeneratorBundle comamnds
Closed this issue · 3 comments
manindersingh commented
If I add SensioGeneratorBundle in Rad-Edition project it still does not show SensioGeneratorBundle commands like generate:doctrine:crud. Is this by design?
docteurklein commented
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 ?
manindersingh commented
Sorry I forgot to register the bundle. So stupid of me. Thank you for prompt reply.
docteurklein commented
no problem!