📖Menu
you can easily add a new item to the menu with the magic class Menu::class
to add a new Menu you can add it from the provider or you can add it to the resource on the menus()
method
Register Menu on Resource
to add new menu item inside your resource just use this method inside your resource class
Register Menu on Provider
to register menu item globally without resource file you can use your module provider and inside boot()
method add this method
there is 2 key for now main
for main dashboard menu and profile
to profile the dropdown
Last updated