Marcel
how to set the widget to full for each widget in custom Dashbaord
Try adding this to your dashboard:
The default columns is 2 for the dashboard.
Reference: https://filamentphp.com/docs/3.x/panels/dashboard#customizing-the-widgets-grid
5 replies
Custom titles or warning banners in admin dashboard
Try using a render hook (https://filamentphp.com/docs/3.x/support/render-hooks#registering-render-hooks).
Make a view called something like 'banner'.
8 replies
File upload file from external file url
I also tried this:
https://github.com/filamentphp/filament/discussions/9220#discussioncomment-8455903
But this isn't working either
3 replies