Hey,I'm using Metronic with Laravel, and I've always run into issues when trying to make Livewire work properly — especially when using wire:navigate. The main problem seems to be that the Metronic components stop working after navigation. Dropdowns, modals, tooltips… everything jus...
Hello,I've purchased the Metronic template for one of my Laravel 12 Project, Wanted to use bootstrp 5 version. on docs page it was mentioned. Pre Requirements Laravel 9.Will it support on Laravel 12 as well?
const statusEl = document.getElementById("statusFilter"); let statusSelect = null; if (statusEl && typeof KTSelect !== "undefined") { statusSelect = new KTSelect(statusEl); }statusEl.value = ""; $(statusEl).trigger("change");doesnt seem to work while trying to re...
Hello,I am using Laravel and have essentially cloned the Livewire repo from here: https://github.com/keenthemes/metronic-tailwind-html-integration/tree/main/metronic-tailwind-laravel-livewireAt the moment I see 'Detected multiple instances of Alpine running' in console. I can resolve by com...
I download the latest metronic 8.3.1 for laravel, I notice some function is missinge.g this is 8.1.9, they have config/menu.phphttps://preview.keenthemes.com/metronic8/laravel/documentation/getting-started/changelog?demo=demo1and latest documentation, a lot CRUD, helper and function is mis...
I just downloaded my latest version of metronic. I am new to laravel.I downloaded laravel herd. When setting up a new project i just selected "laravel" not a starter kit.Going through the docs, do I follow from top to bottom on the laravel install section? Or since I already setup via herd d...
Is there a best practice for using other demos with laravel? I've looked at the documentation and I don't see anything helpful. I mean, I can take the html version of the demo and make it work with laravel just like any other, and the starter kit is a little bloated with plugins and helpers --many g...
I would like to setup this metronic_html_v8.2.9_demo7 on top of a fresh Laravel v12 Inertia - Vue3. Have been struggling for a week now. I did try referring to online documentation, checking out Laravel Demo (which I see was created using Livewire) while I am looking for Inertia-vue. The project tha...
Good morning,After install the new version of Metronic_laravel_8.3.0, i have this errors on Laravel logs:[2025-04-30 14:21:50] local.ERROR: Target class [App\Core\Bootstrap\Metronic\Demo1\BootstrapAuth] does not exist. {"view":{"view":"/var/www/samuelolavo.com/public_html/resourc...
Hi, I set up this repo locally:https://github.com/keenthemes/metronic-tailwind-html-integration/tree/main/metronic-tailwind-laravel-livewireThe /demo1 renders fine, but when I click on any sidebar item (like “Dashboard” or “My Account”), the submenu briefly opens — styles like `display: flex`...
hello,Data table remote source, how do I use search option using vanilla js? I checked ktui documentation but you don't have a sample for it, I'm using latest metronic build v9+
Hello - I am currently interested in upgrading my current app code base to the most recent version of the Metronic code base ver. 9. Is there a guide for this to ensure we do not break our app?App Stack in Laravel 9 + Metronic 8.2.0
I’ve updated Metronic to version 9.3.0 and KTUI to version 1.0.23.There are still the following issues:1. KTSelect Component When using Remote KTSelect, the selected value is not returned —
I’m using KTDataTable (with Metronic v9 theme) with fixed GET route as remote data source. The table loads fine initially.https://ktui.io/docs/datatableI added a search input with `data-kt-datatable-search="true"`. I expected that typing text and pressing Enter would trigger a new GET reques...
I just installed a fresh copy of the starter kit for Metronic Laravel (v8.3.2)Attempt to read property "profile_photo_url" on nulldetailed error message is there https://flareapp.io/share/pPvjZEbPAny help?
I am new to Laravel and have followed this guide here: https://preview.keenthemes.com/laravel/metronic/docs/getting-startedBased on version: metronic_laravel_v8.3.1\starterkitThe deployment installs ok and the site is there, can login - there are some user management pages that maybe linked...
Hello Keenthemes team,I hope you’re doing well. I’m reaching out regarding the Laravel version of Metronic 8.I’ve downloaded the package **metronic_laravel_v8.3.2.zip** from your official Google Drive link (the same as the one available at https://devs.keenthemes.com/metronic/laravel/demo...
Hello,Could someone please provide a guide on how to safely upgrade our codebase to the newer version? Our application is currently built on Laravel 9, v8.2.0 using Theme Demo16, and we would like to upgrade to v8.3.1.We’d like to understand:
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 mig...