Is Filament v3 compatible with Laravel 12?
Just recently installed laravel app version 12, using the livewire starter kit. And I noticed
Upon installing filament table builder, i notice this
I tried downgrading to tailwindcss3, and some of the UI I did already broke (as flux is existing in the project)
So, should I downgrade to laravel 11?
flux has been used. Upon installing filament table builder, i notice this
Filament uses Tailwind CSS v3 for styling. If your project uses Tailwind CSS v4, you will unfortunately need to downgrade it to v3 to use Filament. Filament v3 can't support Tailwind CSS v4 since it introduces breaking changes. Filament v4 will support Tailwind CSS v4.
I tried downgrading to tailwindcss3, and some of the UI I did already broke (as flux is existing in the project)
So, should I downgrade to laravel 11?