oil
oil copied to clipboard
Module support for Scaffolding and Admin
It would be a nice feature to be able to have module support for scaffolding and admin and not just the individual types, it would save me (and probably lots of other developers) quite some time. Something along the line of
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
to create everything within the specified module.