FilamentF
Filament5mo ago
Seb

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
  • I've added Dashboard.php page in app/Filament/Pages
  • and removed Dashboard from the configuration file ( ->pages([]))
But it's not working. No dashboard is displayed in the menu and the app automatically redirect me to an other part of my app.

My config file :
https://gist.github.com/sebtrucker/95c350ff7088667ecd7bc63913d0e1b9

What did I miss ?
Gist
GitHub Gist: instantly share code, notes, and snippets.
Solution
You uncommented ->discoverPages() either enable that or register your Dashboard manually via ->pages()
Was this page helpful?