n2fole00's avatar

Looking for Laravel user admin package like Breeze, but sans node and tailwind

Hi, I like the backend code for Breeze, but I'm really not into having node or any node build steps in my dev environment, like tailwind.

Is it possible to use Breeze without its specific frontend technology, or is it coupled to the package? I prefer using things like BS5, htmx and alpine.

Thanks.

0 likes
3 replies
Snapey's avatar
Snapey
Best Answer
Level 122

You can include them as static assets in the head of your layout files.

1 like
n2fole00's avatar

That was quite painless. I selected the blade + alpine version and then modified the blade templates in the components folder with the BS5 classes. I really like this blade x- tag notation to call these components. It makes switching a CSS style a breeze :P

puklipo's avatar

Breeze is just a starter kit, so you can modify it as you like.

Please or to participate in this conversation.