filament plugin menu-builder hide from sidebar
i want to hide this filament plugin menu-builder from sidebar.
this method doesnt work
shouldRegisterNavigation(false)
Solution:Jump to solution
According to the docs, you can overwrite the Resource:
https://filamentphp.com/plugins/datlechin-menu-builder#customizing-the-resource
Did you do that?...
Filament
Menu Builder by Ngô Quốc Đạt - Filament
Create and manage menus in your Filament application.
11 Replies
anyone?
#datlechin-menu-builder
Solution
According to the docs, you can overwrite the Resource:
https://filamentphp.com/plugins/datlechin-menu-builder#customizing-the-resource
Did you do that?
Filament
Menu Builder by Ngô Quốc Đạt - Filament
Create and manage menus in your Filament application.
yes now it is working. thanks a lot. i fixed the importer issues also
@raheel3031 Out of curiosity, does it abide by a policy?
What do you mean
Can you make a policy that the plugin will use? Example from
Spatie Roles Permissions
plugin: Create a RolePolicy and PermissionPolicy if you wish to control the visibility of the resources on the navigation menu. Make sure to add them to the AuthServiceProvider.
What was the issue?
I was using wrong format and data to import
I meant the issue with the menu builder? Was it what I pointed out?
Yes that worked as well.
Sehr gut