Skip to content

Widget

Use the changelog widget by adding it to your PanelProvider:

php
$panel->widgets([
    pxlrbt\FilamentChangelog\Widgets\ChangelogWidget::class,
]);