Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Scaffold on Admin
  • Hi I will have an /admin directory. Is there a way to create a scaffolding under that directory? For instance, I'll make /admin/members. FuelPHP newbie here. (Coming from Kohana). -Arnold
  • That would translate to Controller_Admin_Members. If you pass that to oil to generate, it will place it in the right location automatically.
  • What would be the OIL command to pass? (For Admin) Thanks.
  • "php oil g controller admin_members action1 action2 action3" should do it...
  • Thanks! Will try that out.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion