How can i use Demo 8 or demo 3 from Metronic 9 into laravel project. I have followed the guide for Laravel project setup but it give me demo 1, i want to use demo 3 or demo 8 tailwind metronic v9 into laravel project.
Glad you fixed it! Thanks for sharing
Hi Chintan SantoKi
You can get the index.html from demo3 or 9.
/metronic-tailwind-html/dist/html/demo3/index.html
Thanks
Thanks for the reply I figured out solution last night, there was a demo1.css being loaded which was hampering the demo3 ui. but i removed that and rebuild the asset for laravel and everything is working fine now.