How to customize the dashboard page ?
Hello, I want to customize the dashboard page. I've followed this : https://filamentphp.com/docs/3.x/panels/dashboard#customizing-the-dashboard-page
My config file :
https://gist.github.com/sebtrucker/95c350ff7088667ecd7bc63913d0e1b9
What did I miss ?
- I've added Dashboard.php page in app/Filament/Pages
- and removed Dashboard from the configuration file ( ->pages([]))
My config file :
https://gist.github.com/sebtrucker/95c350ff7088667ecd7bc63913d0e1b9
What did I miss ?
Solution
You uncommented
->discoverPages() either enable that or register your Dashboard manually via ->pages()