filament/widgets
A set of dashboard widgets for Filament admin panels, providing ready-to-use components for stats, charts, tables, and custom widget layouts. Designed to plug into Filament quickly and keep your Laravel dashboards clean and modular.
filament/widgets package is a lightweight solution for embedding reusable, visually consistent widgets into Filament (a Laravel admin panel framework) or Livewire components. It aligns well with architectures requiring modular, composable dashboard elements (e.g., stats cards, charts, recent activity feeds).Widget trait). Non-Filament projects must replicate this setup, adding complexity.updates or Laravel Echo for dynamic data.composer require filament/widgets.filament\widgets\Widget or replicate its methods.$widget->data = User::stats()).defer for data-heavy widgets.StatsOverviewWidget) to understand the workflow.make:filament-widget (if available) or make:livewire for scaffolding.php artisan filament:widget commands (if applicable).How can I help you explore Laravel packages today?