Issues with Registering Panels in FilamentPHP: Seeking Help and Insights
Hello everyone,
I'm currently working on a package that adds modular functionality to Filament and allows loading panels from custom paths. However, I've encountered an issue. When I attempt to register a new panel in Filament, it doesn't seem to have any effect. There are no errors or warnings, but no panels are being displayed.
I tried loading my ServiceProvider before the Filament ServiceProvider or registering it using AppServiceProvider, and it works perfectly. However, when it's loaded using Laravel's auto-discovery feature, it doesn't work.
Any insights or suggestions on how to resolve this would be greatly appreciated.
0 Replies