widgets from the database
i'm trying to get the info from my widgets from my database but i can't find any info about it online or maybe i'm not searching for the right thing. It's hard coded now but i'm trying to get it to show from my database
3 Replies
The same way you'd show metrics from your database anywhere else? By using eloquent/the query builder to aggregate your data and return an array of the results?
Here's a package that makes it super simple and includes an example for Filament: https://github.com/sakanjo/laravel-easy-metrics
GitHub
GitHub - sakanjo/laravel-easy-metrics: Generate metrics with ease a...
Generate metrics with ease and precision. Contribute to sakanjo/laravel-easy-metrics development by creating an account on GitHub.
???