Documentation - should it read Menu::make ? #1690
Unanswered
HeartlandTechie
asked this question in
Q&A
Replies: 2 comments
-
Hi @HeartlandTechie. Thanks for pointing this out. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not just ItemMenu to Menu but also |
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
-
From the starter example:
ItemMenu::label('Email sender') ->icon('envelope-letter') ->route('platform.email') ->title('Tools')
Mine blew up . . . I switched it to this:
Menu::make('Email sender') ->icon('envelope-letter') ->route('platform.email') ->title('Tools'),
Beta Was this translation helpful? Give feedback.
All reactions