Hi, I followed your integration guide for Laravel, but I got errors in the browser. There are no steps to copy vendors, js and css folder into public/assests folder, only media is here, so they are missing. What I'm doing wrong?
GET
https://localhost:7890/assets/js/core.bundle.js
[HTTP/1.1 404 Not Found 4ms]
GET
https://localhost.dev:7890/assets/css/styles.css
[HTTP/1.1 404 Not Found 0ms]
GET
https://localhost.dev:7890/assets/js/layouts/demo1.js
[HTTP/1.1 404 Not Found 6ms]
GET
https://localhost.dev:7890/assets/js/widgets/general.js
[HTTP/1.1 404 Not Found 4ms]
GET
https://senselog.dev:7890/assets/js/core.bundle.js
[HTTP/1.1 404 Not Found 19ms]
GET
https://localhost.dev:7890/assets/js/widgets/general.js
[HTTP/1.1 404 Not Found 0ms]
GET
https://localhost.dev:7890/assets/js/layouts/demo1.js
[HTTP/1.1 404 Not Found 0ms]
Hi,
You can use a sample Laravel project from GitHub for proper integration. You can find it here:
https://github.com/keenthemes/metronic-tailwind-html-integration
Let me know if you need further assistance!
Best regards.