Customizing the navigation and card #5696
Unanswered
HazemMohamed252
asked this question in
Q&A
Replies: 1 comment
-
In a service provider's boot method. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Customizing the navigation and card#
You can customize the nav item and the card within the listing by chaining additional methods.
$utility
->title('French Fries')
->navTitle('Fries')
->description('Makes french fries at the click of a button.')
->docsUrl('https://yoursite.com/docs/french-fries')
->register();
Where to put this ?
Beta Was this translation helpful? Give feedback.
All reactions