© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
5 replies
mgkyawzayya

How can I use same Resources for multiple panels?

Example - I have Invoice Resources. I want to get access from Admin, Manager and Sale . How should I implement?
Solution
@mgkyawzayya I think you need to implement two discoverResources in your panel provider. Like that.
->discoverResources(
    app_path('Filament/App/Resources'), 'App\\Filament\\App\\Resources',
)
->discoverResources(
    app_path('Filament/Resources'), 'App\\Filament\\Resources'
)
->discoverResources(
    app_path('Filament/App/Resources'), 'App\\Filament\\App\\Resources',
)
->discoverResources(
    app_path('Filament/Resources'), 'App\\Filament\\Resources'
)
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Reuse the same Resources in multiple panels
FilamentFFilament / ❓┊help
3y ago
use the same route in multiple panels
FilamentFFilament / ❓┊help
3y ago
Using same model for multiple resources
FilamentFFilament / ❓┊help
16mo ago
Use Single Login Route For Multiple Panels
FilamentFFilament / ❓┊help
13mo ago