personalized menu #16
Answered
by
mikaelpopowicz
newtec-foggia
asked this question in
Q&A
-
<<Now that the tool is registered, if you go back to your Nova dashboard, you should see a new navigation entry labeled " File Manager".>> I have a personalized menu, how do I proceed? |
Beta Was this translation helpful? Give feedback.
Answered by
mikaelpopowicz
Aug 12, 2022
Replies: 2 comments 5 replies
-
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'),
]), |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
mikaelpopowicz
-
Hi @mikaelpopowicz |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @newtec-foggia
You may add a section like this
You also may add an item into a section like this