awcodes / overlook

An app overview widget for Filament panels.
MIT License
158 stars 11 forks source link

overlook ist not registered for panel #36

Closed grafst closed 5 months ago

grafst commented 6 months ago

Filament Version

v3

Plugin Version

v2.2

PHP Version

v8.3.3

Problem description

I get the error Plugin [awcodes/overlook] is not registered for panel [admin]. when opening the dashboard.

Expected behavior

See a nice OVerview of my resources :)

Steps to reproduce

In the AdminPanelProvider register the widget like the following

->widgets([
  . . .
  OverlookWidget::class,
])

Reproduction repository

No response

Relevant log output

No response

awcodes commented 6 months ago

Did you not add the plugin to the plugins() array in the panel provider?

See the 'usage' section of the Readme.