Using filament4 form builder as standalone components in an Laravel 12 app?
I read from another laravel developer that because all of Filament is livewire components, you can use whichver parts you want as well as the typical panel/resource workflow.
I'm working on a project where I think this might be great and would love to use the Form objects for the editable UI and am not too sure where to start and don't see any references to this in the documentation.
Can anyone point me to a good resource on how to do this if its not required to maintain the resource/panel dependencies?
2 Replies
I assume you're looking for this https://filamentphp.com/docs/4.x/components/form
smh - thank you @Zamion101 - not sure how I missed it but that's exactly what I was looking for. Thanks!