Creating a widget
Use themake:filament-widget command to generate a new widget. For details on customization and usage, see the widgets section.
Adding the widget
Since widgets are Livewire components, you can easily render a widget in any Blade view using the@livewire directive:
If you’re using a table widget, make sure to install
Refer to the installation guide and follow the steps to configure the individual components properly.
filament/tables as well.Refer to the installation guide and follow the steps to configure the individual components properly.