Skip to content

How to change the content of the widgets on the FilamentPHP dashboard page? #15100

Answered by leandrocfe
enessvg asked this question in Help
Discussion options

You must be logged in to vote

Create a custom widget

php artisan make:filament-widget CustomInfoWidget

You can copy and paste the original content into your view file resources/views/filament/widgets/custom-info-widget.blade.php, then edit it as needed. If you are using Tailwind classes that Filament doesn't include, create a custom theme.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@enessvg
Comment options

@leandrocfe
Comment options

Answer selected by enessvg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants