Closed paperscissors closed 1 year ago
You mention AdminPanelProvider
but the error says that the panel is named app
, not admin
. Got more than one panel perhaps?
I've just got the single panel. It's possible that there is some inconsistency with the panel naming though, because this was just upgraded to Filament 3.
Yes, I think this is just an issue with the Filament upgrade path, it had nothing to do explicitly with this plugin. Thanks!
Laravel v10.28.0 Filament v3.0.73 filament-fullcalendar v3.0.3
I've upgraded Filament and then followed all of the steps in the README on here, and persistently get this error message when I load my dashboard.
I've got the plugin registered on the bottom of my AdminPanelProvider in the panel() method like this:
I've got the CalendarWidget registered properly in my Dashboard:
I've used previously versions of the plugin and it's worked fine. Am I missing something or is there some other issue implicated here?