outl1ne / nova-menu-builder

This Laravel Nova package allows you to create and manage menus and menu items.
MIT License
242 stars 86 forks source link

Create menus via Laravel Nova admin panel #168

Closed hayatbiralem closed 1 year ago

hayatbiralem commented 1 year ago

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.

hayatbiralem commented 1 year ago

Sorry, I just realize that I just needed to set unique parameter to false to achieve what I want.