Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CRUD route шт Dashboard Routes #95

Open
RuLeiFei opened this issue Oct 13, 2023 · 1 comment
Open

CRUD route шт Dashboard Routes #95

RuLeiFei opened this issue Oct 13, 2023 · 1 comment

Comments

@RuLeiFei
Copy link

Unfortunately, I didn’t find a method in the documentation on how to make a link to a resource in Dashboard Routes. I want to put them in a drop-down menu.

@m-pastuszek
Copy link

m-pastuszek commented Jan 23, 2024

Hey, I managed to do that with this:

Menu::make(OrderResource::label())
      ->route('platform.resource.list', [OrderResource::uriKey()])
      ->icon(OrderResource::icon())
      ->permission('some-permission'),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants