I'm curious if anyone has faced any challenges when working with DaisyUI alongside Laravel. I've heard they are quite different in focus, but I'd love to know if there are any specific concerns or things I should watch out for while developing my website with these two tools.
4 Answers
I only started using it recently, and I haven’t run into any problems at all. Since DaisyUI is a plugin for Tailwind, if you can get it installed and compiled, everything should be smooth. Personally, I prefer libraries where everything's pre-styled, like Bootstrap, but DaisyUI works nicely too!
DaisyUI is just a styling library built on Tailwind, so it's totally separate from Laravel, which means they can work together without issues. As long as you set up DaisyUI in your Tailwind config correctly, you should be good to go!
Thank you!
I honestly don’t see why you would run into any problems. They function independently, so you should be fine!
What exact issues are you worried about? I’m here to help!
No issues, I just want to try to make a website with these two. I wanted to know I will be ok.
Thank you!