© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•14mo ago•
7 replies
ddoddsr

How Add a widget to relationManager form

Is there a way to add a widget to the forms of a RelationManager?
I have attached a widget to a resource form through the EditPage:
protected function getFooterWidgets(): array  {
   return [
      \App\Filament\Widgets\Comments::class
  ];
}
protected function getFooterWidgets(): array  {
   return [
      \App\Filament\Widgets\Comments::class
  ];
}

This works so I added this method to the RelationManager.
no error and no widget.
Looking in Filament
RelationManager.php
RelationManager.php
there is no mention of widgets like there is in
Resource.php
Resource.php
.

So what to try next?
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

How to Refresh Form in RelationManager?
FilamentFFilament / ❓┊help
2y ago
How to test the form of a RelationManager?
FilamentFFilament / ❓┊help
3y ago
Can we add widget to a form inside schema?
FilamentFFilament / ❓┊help
3y ago
Add laravel-comments to a RelationManager.
FilamentFFilament / ❓┊help
14mo ago