Metronic Mega Update!Tailwind 4, React 19, Next.js 15, KtUI, ReUI, eCommerce, User Management Apps and more
Explore Update

Tag: Laravel (895)

I downloaded the Laravel starter kit from: https://devs.keenthemes.com/metronic/laravelBut it has many JS issues in the console related to scripts.bundle.js , it seems like ordering is the issue, in which the component JS is getting loaded in script.js:const glob = require('glob');// K...
I tried both laravel docs as well github updated repo but both are failedgithub repo just used pre compiled bundles but when i switch to vite version getting broken layout and js error. the problem inside the src. kindly fix it as soon as possible.
Hello, is there a way for KT datatable to call remote data source api with request header, eg. if the api request must include token header? I already check in the documentation for datatable in metronic 9, but the example only covers api call without request header. Also, for the json response form...
Hi,I have already existed pubished project ith Metronic 8 laravel version,when I try to integrate Vue code, I faced aot of problems, because it cannot find app.js of vueCan you please give me steps to perform task?
Hello KeenThemes devs,I have Laravel metronic starterkit.i noticed that the last login of every user on this url(domain.com/user-management/users) is not updating but rather it shows the date of creation of the user on the platform,any suggestion?Regards
Hi,After reading the docs on Metronic 9 Laravel i get this message and i don't know where it come from and what the solution is.[vite] Internal server error: Failed to resolve import "@popperjs/core" from "resources/theme/core/components/tooltip/tooltip.ts". Does the file exist?
Hi,All Metronic 9 Demos(demo 1 - demo 10) are already available for the Metronic 9 Taiwind React version.To use your preferred demo please perform below steps:1) Refer to readme. md and install dependencies and launch the Metronic React app.2) Import the new demo: import {...
Hi,I downloaded the Laravel Demo, metronic_laravel_v8.2.3, It's installed and worked well, but without any modification when I just ran the 'npm run dev' the system did not work. showing some console error and login is not working, i tried clearing the cache. but again when i just replace the pu...
Hy, do we have .mdx file support in metronic 9 for creating documentation in extendent markdown format ?
i work on bootstrap version of metronic , with laravelwhen i use select2 in modal body like 'create-project' it not working, filtration not working and i cant write in text box to use filteri tried it in another places , works fine but not modals ?
Metronic is undoubtedly one of the most popular themes worldwide. I started using it several years ago for a system, and I’ve stuck with it ever since.I find the theme impressive and currently use it with Laravel and Vue. I’m sharing my experience to highlight a significant issue: despite Metron...
Following the instructions here https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravelI'm trying to integrate it with flowbite , my frontend public facing is flowbite , using metronic for dashboardvite v5.4.8 building for production...✓ 1 modules tr...
I try to integrate metronic demo 7 to new project, the only problem is to init KTComponents like sticky header, if first load the sticky is work, but if navigate to another page the sticky not work, the class is not add to the header.- Inertia.js (React) Example// resources/js/Layouts/AppLayou...
Hi, We're loading our modal contents via Ajax. And in the body of modal content, there lies a select element that we want to initialize with select2. We tried applying data-control="select"2 attribute and also tried data-dropdown-parent="#modal_id"but select2 is not getting initialized.We even...
Hello,I have the following problem. My page is no longer displayed correctly because JS or CS is probably loaded incorrectly and I can't explain why this is, in any case everything I use the for is not displayed correctly or headers and Aside Blade not loaded correctly (see picture...
i was using datatable in blade laravel, it can shown the data, but if i had 20 data, all data is show, before i was set pageSize to 5, but it same. here the html, js, and usercontroller php.
DataTable layout not styling using Tailwind CSS. I tried Bootsrap CSS, DataTable styling perfectly, but I change to metronic CSS, style is gone.Fyi, I use Demo 1 with Tailwind. Here My app.scss code @tailwind base;@tailwind components;@tailwind utilities;// Boots...
Hi !I'm trying to implement a apexchartbut need to get data from the DB.I wrote this code to get data:onBeforeMount(async () => { const cats = await GetRemovalReasons().then(({data}) => data).catch(e => []); categories.value.splice(0, categories.value.length, ...cat...
hello, I'm just learning front end design. I encountered problems when integrating the metronic 8 template which is Backend Console with my Vue project. I have added KTComponents.init(); onMounted on each of my pages, but when moving to a new page some components don't work, for example the search b...