Laravel 12, Livewire starter-kit, Filament PHP

Good day all! I've spent ages working on a system whereby I'm using Filament PHP in Livewire pages and to great effect. However, has anyone yet used the L12, LSK and successfully been able to add in a form/table (just a table is enough), without seeing the screen and table skewered and broken?
Solution:
Not really possible at the moment. Filament v3 is locked to tailwind v3. The starter kit uses tailwind v4.
Jump to solution
5 Replies
Solution
awcodes
awcodes2mo ago
Not really possible at the moment. Filament v3 is locked to tailwind v3. The starter kit uses tailwind v4.
pinpointzero
pinpointzeroOP2mo ago
Aah, thank you for the swift response. I simply wondered if anyone had managed to shoehorn it in. I can create a normal panel in Filament, and it works normally, but anything dopped into the LW pages looks crooked! It is what it is for now; and still by a country mile the best panel/table/form system available for any price.
awcodes
awcodes2mo ago
Filament v4 will support tailwind v4 though. But we’re a few months away from stable filament v4 release. But it is possible to use panels with v3 and a front end decoupled with tailwind v4. Just not possible to intermingle them.
pinpointzero
pinpointzeroOP2mo ago
Yes, and I'm sure it'll be worth the wait. I can still keep the two apart in this specific project, and there's no problem with that other than I'm doing some work twice.
awcodes
awcodes2mo ago
Yea, it’s certainly specific to the use case and the app too. To be fair though, I don’t see the use case of an L12 starter kit with filament. Filament handles the auth and the layout. If you want / need flux on the front end then that’s fine. It’s separate, you just have to choose which one you are running through Vite and which is running through the tailwind cli in your npm build.

Did you find this page helpful?