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
Panel, Table & Form uses Livewire under the hood, check here https://github.com/filamentphp/filament/blob/3.x/packages/support/composer.json#L18
They also hightlight it here
Apart from the Blade Components, It’s 100% dependent on Livewire.