how to move plugin resources in the vendor to filament resources
how to move plugin resources in the vendor to filament resources because I want to add something, for example changing the navigation group
5 Replies
you can copy them from the vendor
but you will get two resources
unless the plugin provide a config to disable the resource
but you dont need that
to change the navigation group
add this to AppServiceProvider
Plugins still can't use this, but filament resources can
not working
You can, but you have to disable the navigation group code in the plugin first