Livewire form as widget

Hello Everyone,

I'm currently using the Filament Spatie Settings plugin (https://filamentphp.com/plugins/filament-spatie-settings) and have created a Livewire form based on the guidelines found here: https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component. This was necessary as there wasn't a ready-made Form widget available for this purpose.

My goal now is to integrate this Livewire form into a new page that will also include several table widgets. The idea is to have a single page that aggregates all data from one API source.

Could anyone guide me on how to embed a Livewire form into a page as a widget? Is such integration feasible?

Thank you for your assistance
Was this page helpful?