Skip to content

personalized menu #16

Discussion options

You must be logged in to vote

Hi @newtec-foggia

You may add a section like this

MenuSection::make('File Manager')
    ->path('/nova-file-manager')
    ->icon('server'),

You also may add an item into a section like this

MenuSection::make('Your section', [
    MenuItem::make('File Manager')
        ->path('/nova-file-manager'),
    ]),

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@newtec-foggia
Comment options

@mikaelpopowicz
Comment options

@newtec-foggia
Comment options

Answer selected by mikaelpopowicz
Comment options

You must be logged in to vote
2 replies
@mikaelpopowicz
Comment options

@newtec-foggia
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants