oil icon indicating copy to clipboard operation
oil copied to clipboard

Module support for Scaffolding and Admin

Open Oggo87 opened this issue 6 years ago • 0 comments

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.

Oggo87 avatar Sep 28 '18 12:09 Oggo87