How to Position Package Resources?
Hi everyone,
how would i position the resource for a package I have here within my AdminPanelProvider?
I would like to change the position of the FilamentSpatieRolesPermissionsPlugin resource by doing something similar to this if possible:
I know you can go directly into resources and just do the following:
but I wasn't sure if there is an alternative way it can be done in within AdminPanelProvider.
2 Replies
unless the plugin provides a method to change the navigation sort you have to do it in the resource.
like Curator has a ->navigationSort() method that does this.
but it has to be provided by the plugin.
it's not automatic
ah i see, no problem. Thanks for the quick response!