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...
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 - 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’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 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,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...
I’m using Metronic with Laravel + Livewire, and everything works fine in general.I have an accordion placed inside a Livewire component that renders as a modal. The issue is: when I open the modal, the built-in KTUI accordion JS does not work.Do I need to reinitialize KTUI when the modal is...
I am using https://ktui.io/docs/datatableI want to avoid that some columns are sortable.Simply removing the sort span does not work, the column is still clickable:
I have purchased the Metronic theme to use with Laravel but after downloading and unzipping from themeforest, I can't find anything related to Laravel. Can you explain where they are and how to use it?Metronic | Tailwind, Bootstrap, React, Next.js, Vue, Angular, Laravel Admin Dashboard HTML Temp...
Hi,I’m using Metronic Tailwind version and I noticed that there is no documentation or examples for Alerts in the Tailwind docs.However, when I checked the source files (styles), I found references to alert related classes, which suggests that Alerts are actually included in the framework....
I am using the KTUI accordion https://ktui.io/docs/accordionWhen I put a form inside the accordion and use livewire, then livewire refreshes the page once I make a change in the select and the accordion looses its active state. How can I fix that?
The menu sidebar isn't working properly in the Laravel version. After it collapses, when it expands, it stays below the text and doesn't return to its original position without allowing the arrow to be clicked. How can I fix this?
For years I have been using the Metronic HTML theme and normal PHP.This week, I decided I needed to move to Laravel but I still want to use the Metronic Themes that make me feel safe lol. The issue is, there are 25 different sets of "documents" to set up a Laravel project with Metronic, but...
i have used html_v8.3.1_demo1 but it does not support full RTL languagesis there way to convert it to support RTL or i have to use anthor demo if so which demo(s) to use and download ?and what is the easiest way to convert ?
Hello,I recently purchased the Metronic V9.2.0 theme and am trying to integrate it with Laravel.Despite several attempts, I am unable to properly install the theme. I have carefully followed all the steps but keep encountering an error during the build process.Here’s what I have done so...