Is there a way of generating a whole scaffolding/admin within a module? I've bee trying, and the closes I've come to it is by doing the following
php oil g module glazes php oil g scaffold glazetypes name:string base_setting_id:int --module=glazes
php oil g admin glazetypes name:string base_setting_id:int --module=glazes -s
But the only thing that gets automatically placed within my module is the migration, everything else is placed in the default app folders. Is there a way to achieve what I'm trying to do? Or did I get the whole thing completely wrong?
Harro, thank you for the prompt response, as usual. IMHO, it would be a nice feature to be able to have module support for scaffolding and admin as well, it would save me (and probably lots of other developers) quite some time :)