Member-only story
How to install daisyUI in Laravel Vite
Laravel creates an admin panel from scratch — Install daisyUI in Laravel — Part 24
In the last part 23, we upgraded your Laravel version to 10. Also, we migrated Laravel Mix to Vite in Part 14.
So in this part, we going to install the Tailwind UI component of daisyUI into our Basic Laravel Admin Panel.
What is daisyUI
The daisyUI is the most popular component library for Tailwind CSS
Also, daisyUI is a free, and open-source Tailwind CSS component library
Advantages of using daisyUI
Community support
The daisyUI is one of the best and most free Tailwind CSS component libraries. The daisyUI GitHub repository has around 23K likes and 900+ forks.
Avoid adding a Class name
If you using the Tailwind CSS in your project, you need to write utility class names for every element. Thousands of class names just to style the most basic elements. daisyUI adds component class names to Tailwind CSS.