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:
You should be able to set a view for any widget like this: protected static string $view = 'filament.widgets.visitors-chart'; ...
Jump to solution
2 Replies
Solution
ModestasV
ModestasV4w ago
You should be able to set a view for any widget like this: protected static string $view = 'filament.widgets.visitors-chart'; Inside, you can do any html you want
Matthew
MatthewOP4w ago
Yes, thanks. Looks like just a custom widget is the best way to go with a simple view

Did you find this page helpful?