Dashboard welcome content
For SAAS, I would prefer the landing page after login, or as it is commonly refrered to as 'Dashbard', has some sort of 'Welcome' text as well as any widgets.
What's the most efficient way to plug a view or HTML card etc into the Dashboard page?
I thought about maybe a table widget with single HTML column and row and some CSS work. Feels a bit hacky.
Thereafter, I was into thinking about a custom page, but feels like a lot of effort for what I need to 'customise'
Any thoughts gratefully received
Solution:Jump to solution
You should be able to set a
view
for any widget like this:
protected static string $view = 'filament.widgets.visitors-chart';
...2 Replies