How to create a custom page for additional reports?
How to create a custom page for additional reports / widgets?
3 Replies
Just create a custom page and do anything you want with it. https://filamentphp.com/docs/3.x/panels/resources/custom-pages
is the resource required?
because the reports are not related to a single resource?
Nope. No resource required for custom pages. They are just an empty livewire component shell that you have complete control over both the class and the view.
If you source dive into the Edit and Create pages you’ll see that they are just extending the Page class.
Resources are just an away to “aggregate” common functionality for the list, edit and create pages.