Livewire Starter Kit with Filament form and table builder package
Can we use Livewire Starter Kit and Filament packages together? I've tried a few times but couldn't succeed. Has anyone tried and succeeded?
3 Replies
The Laravel 12 Starter Kit?
Filament doesn’t work with the L12 kits unless they are isolated from each other because the stater kits use tailwind v4 which isn’t supported in filament v3. So as long as they are isolated they can work but they can not be used in the same context.
Filament v4 will support tailwind v4.
Thanks for explain
Yes