🔥 7 - Laravel Dashboard UI with TailAdmin – Full Integration Guide (Part 1) 🚀
Link youtube : https://www.youtube.com/watch?v=g97YyUeQrHQ&list=PLeoClvLfcvYohb7dOKgemqg3-cMT6z3IY&index=7

For further actions, you may consider blocking this person and/or reporting abuse
Top comments (4)
When I include my basic tailwind styles via @vite(['resources/css/app.css', 'resources/js/app.js']) .. dark mode is not working properly and many alignment issues occur .. Any idea about how to combine our custom tailwind styles too?
If you use vite(tailwindcss), it will affect tailadmin.
So if you use tailadmin, we should not use @tailwindcss, because it will affect the interface
It can be fixed, but it takes a lot of time to customize the css to be consistent
I tried it, but I felt exhausted, so I decided to use tailadmin's css 😁
I trying to use datatables.net and it is creating a mess. Like you said it takes a lot of time. Any other alternate free templates that uses tailwind v3 and laravel 10? Any suggestion would help.
You can use : github.com/justboil/admin-one-tail...