fuel / oil

Fuel PHP Framework - Fuel v1.x Oil command-line package
http://fuelphp.com/docs/packages/oil/intro.html
106 stars 67 forks source link

Module support for Scaffolding and Admin #257

Open Oggo87 opened 6 years ago

Oggo87 commented 6 years ago

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.