Not able to replace dashboard
Attempting to replace the standard dashboard with my own, and it's not working. I've followed the documentation (https://filamentphp.com/docs/3.x/panels/dashboard#customizing-the-dashboard-page).
and on my AppPanelProvider, I replaced the pages reference with my own dashboard:
And in my view:
It doesn't show "testing" anwhere when I reload the page. There's no error or anything either, it's just not seeing it.
11 Replies
You sure the dashboard class in the
->pages([])
is the right one?oof. good catch. I had
use Filament\Pages\Dashboard;
not use App\Filament\Pages\Dashboard;
So solved?
yeah, I do have one follow-up though...now that I've got it showing up, literally everything is gone (sidebar, styling, etc.):
What did I do wrong?
What do you want to do with the page?
As far as i know you don't have to return a view
I want to display a list of cards for each of the items in my app...had tried to use a widget but I couldn't get it working right and figured if I just stuck to livewire I could make it happen.
Is everything still missing with an empty view?
yep
Probably view isnt possible there
Make a new #❓┊help with that question
ok thx