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:Jump to solution
@mgkyawzayya I think you need to implement two discoverResources in your panel provider. Like that.
```php
->discoverResources(
app_path('Filament/App/Resources'), 'App\Filament\App\Resources',
)...
4 Replies
Solution
@mgkyawzayya I think you need to implement two discoverResources in your panel provider. Like that.
I'm not sure. This is the best way to do this.
Thanks bro
please mark as solution with bot. App>Mark solution.