© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
37 replies
Husky110

Using a custom component in a Form

Hi - I think I've overlooked something here. I am creating a livewire-component to show an overview, which is then polled every 10 seconds. So I made a new component via
php artisan make:livewire mycomponent
php artisan make:livewire mycomponent
and now I wanna use that within
getFormSchema()
getFormSchema()
inside a section, but it does not have the usual
::make()
::make()
function, which all FilamentComponents have. Do I have to define a
make
make
-function myself or just use some Trait?
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

Using JS in a filament custom form component
FilamentFFilament / ❓┊help
3y ago
Custom card component in a form
FilamentFFilament / ❓┊help
2y ago
Custom form component
FilamentFFilament / ❓┊help
16mo ago
Using a custom Livewire component in place of a form (v3)
FilamentFFilament / ❓┊help
3y ago