Is it possible to share resources, pages and widgets across panels?

Since now we can have multiple panels, and each panel uses:

->discoverResources(in: app_path('Filament/Resources'), for: 'App\\Filament\\Resources')
->discoverPages(in: app_path('Filament/Pages'), for: 'App\\Filament\\Pages')
->discoverWidgets(in: app_path('Filament/Widgets'), for: 'App\\Filament\\Widgets')


Is there a way to share resources among panels? Example:

Sales & customer support should be able use SalesResource and OrdersWidget.

If no such thing is possible. I'd like to collaborate on adding this feature.
Was this page helpful?