custom widget in page throwing error
I created a page using php artisan make:filament-page Integrations
And created widget using php artisan make:filament-widget FirstIntegration
Then in integrations page class i added getFooterWidgets to return the FirstIntegration class
When i goto the integration page i get error that says unable to find component app.filament.widgets.first-integration , however i can see the widget class and blade file was created successfully.
What could be the reason?
0 Replies