Hello! is there any guide to help me update my laravel 11 project with metronic 9.1.2 to 9.2? I need it urgently and the truth I have tried by all means and always send me some error.. the official implementation guide of laravel with tailwild is not effective, I would like to know if there is a migration from 9.1.2 to 9.2 .. thanks!
Hi
Sorry for the delay.
You have to removed previous version of /resources/metronic (see docs)
Replace with the latest version v9.2.0 of Metronic assets
Fix the import in /resources/js/app.js
import "../metronic/core/index";
import "@keenthemes/ktui/src/index";
npm install @keenthemes/ktui
@import "../metronic/css/styles.css";
@import "../metronic/vendors/keenicons/duotone/style.css";
@import "../metronic/vendors/keenicons/filled/style.css";
@import "../metronic/vendors/keenicons/outline/style.css";
@import "../metronic/vendors/keenicons/solid/style.css";