You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
to create everything within the specified module.
The text was updated successfully, but these errors were encountered: