Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Bastet's avatar
Level 1

Switching to bootstrap

Hi,

I've installed a new laravel app that uses inertia and jetstream. I was wondering if there was a way to use bootstrap instead of tailwind. When I go to tailwindui.com you need to subscribe to be able to get the code for the components. And since I'm not able to pay I would like to use bootstrap which is free.

0 likes
6 replies
Bastet's avatar
Level 1

Then is there somewhere I can go to for example get the necessary classes to create a table and buttons?

martinbean's avatar

@bastet Unfortunately you’d just need to remove the Tailwind classes, and use the Bootstrap-specific classes.

I’ve always thought it would be nice if the starter kits could use different CSS libraries like they allow you to choose different “stacks” (Inertia, Livewire, etc). But the Laravel team are all-in on Tailwind.

Bastet's avatar
Level 1

@martinbean thanks. I thought that might have been the way to go, but was hoping there was a way and I agree it would have been nice if they gave you the option

1 like
jlrdw's avatar

@Bastet I find it just as easy using regular CSS to make a table, style it and do my buttons.

Please or to participate in this conversation.