Creating an admin panel

Robin De Schepper

New member
Licensed customer
What would be the best way to add an admin panel with settings and configuration to my addon?

Is there a simple way to create your own tab in the admin panel (template hooks, ...) or should I create my own page for it?
 
Is it just options? Create a new options group while in debug mode. If you need something more advanced, add navigation items and routes and use controllers and custom templates to build out your add-on.
 
  • Like
Reactions: LPH
Back
Top Bottom