How dependent is Filament on Livewire?

If Filament needs Livewire, then When I use plain Laravel and Filament admin panels, Table and Form Builders worked there. No livewire involved. So how did that work?
3 Replies
Vp
Vp9mo ago
Panel, Table & Form uses Livewire under the hood, check here https://github.com/filamentphp/filament/blob/3.x/packages/support/composer.json#L18
Vp
Vp9mo ago
They also hightlight it here
No description
Dennis Koch
Dennis Koch9mo ago
Apart from the Blade Components, It’s 100% dependent on Livewire.

Did you find this page helpful?