I'm building a dynamic CMS with Laravel Nova so I need to create custom menus via admin panel so the customer can create menus and chose them in related dynamic components.
How can I achieve that?
Can you move menu configuration from config file to database resource? Or can you give us another config option to enable this ability?
Hey, first of all, thank you for your good work.
I'm building a dynamic CMS with Laravel Nova so I need to create custom menus via admin panel so the customer can create menus and chose them in related dynamic components.
How can I achieve that?
Can you move menu configuration from config file to database resource? Or can you give us another config option to enable this ability?
Thanks in advance.
Best.