Will there be a Tailwind Laravel starter kit available in the coming days, just like the Metronic 8 Bootstrap Laravel starter kit?
Hi
We have updated Metronic v9 Laravel docs
https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravel
We simplified the integration, by copying Metronic v9 assets to laravel public folder.
You can download the boilerplate project from
https://github.com/keenthemes/metronic-tailwind-html-integration/tree/main/metronic-tailwind-laravel
Thanks
Hi,
Yes, we have just added 10 demos for the Metronic 9 HTML Laravel Starterkit:
https://github.com/keenthemes/metronic-tailwind-html-integration/tree/main/metronic-tailwind-laravel
Regards,
Sean
First of all, thank you for the new update. I’m copying the Metronic folder into the resources folder as described in the documentation, and I rename it to metronic. However, when I run npm run dev, it doesn’t detect the CSS and JS dependencies. I’m new to using Vite. When I was using Laravel Mix, it compiled all the dependencies into the public folder. Is there any other configuration I need to do? Could you please help me?