Hi, I have a question about the Laravel version of the first demo template.When we checked in the Laravel version is just a really limited thing available but in HTML everything is there. Is that because the Laravel version is not fully done yet or can we have seen or use all the functio...
When buying the metronic 8 themes (60$), should I expect all the themes with different languages and framewokrs that it says it supports ? I want the vuejs version, but It would be awesome if someone could answer my question before i buy.
Dark mode switcher is not displaying in Metronic demo 8https://snipboard.io/S4Crmf.jpgI didn't change anything in the code:@if (theme()->isDarkModeEnabled())
Hello Although I looked in detail, I could not see a video or tutorial about installing metronic laravel. Is there a document or video for me to use with laravel
I use plupload to big size file upload. When I add plupload styles & scripts, its not working. No error showing console. Unable to upload anything. I user metronic demo 1, default assets, don't change the build. here is my js screenshot: https://paste.pics/9fdb0d36d6b2f9c47f507f82bf8b322cand h...
Following this documentaiton:DocI get an error when I try to execute the code "Cannot reinitialize DataTable". I checked the docs of DataTable saying I should either destroy() the dat...
Hi,During development I make some mistakes. The error is normally logged to the console with component name, line and method. But I'm getting2app.2b3d77aa.js:4 Error at bc (app.2b3d77aa.js:12:5491) at Object.p [as resolve] (app.2b3d77aa.js:12:10333) at Object.T [as resolve]...
Hello within my Laravel App using metronic i can collapse the main sidebar nav and this will collapse okay. When I move to another page or this page is reloaded the navbar defaults back to the maximised display. Could you tell me why this is happening or how to resolve the issue? I would like the na...
I bought a metronic theme, I followed the laravel instructions to build the application. Everything is working fine except that the svg icons are not working. I tried looking for a fix on my own but i'm not getting anywhere.
i had a problem with my metronic template demo 5 i am using laravel inertia js with vue3laravel:v9.2php:v8.0.2vue:v3inertia:v0.6the scripts.bundle.js is not loaded properly it causes problem inUser Account Menu (KTMenu) not working on click or hover SideBar not...
Is there a safe way in Laravel to change the reference "demo1, demo2, demo3, ..." to a more professional name like "v1, v2, v3 ...". Without breaking the application?But where to change in the Metronic 8 configuration (configs, webpack, ...)?Which directories would you need to rename?Thank...
we build a software using Metronic vue, when we start using the built website "program" and after switching between menu items, the vue becoming freezing (not responding). we investage the issue, and we found that component (MenuComponent, ToggleComponent, ect) has been initialized, and didn...
Hello, please help me.I created a controller, I pulled some data from the DB, when I pass the data to the view I get this error : Undefined variable $memberMembersController : public function member(Request $request){ $member = DB::table('members')->where('id', $request->query('m'...
Hi, I'm working on a laravel project with a traditional frontend (blade files, no react, no vue or anything like that).The client would like to swap AdminLTE for another dashboard. But he doesn't want to invest the time to transform the existing application into a backend API, so the new dashboa...
Hi, We use laravel version metronic 8.1.5 , in rtl version toaster message not show currect, the icon should be on the right side, but in left side.also i attach my config and photo of this error. toastr.options = { "closeButton": true, "debug": false,...
Please help with form validation. I want to replicate the register page but form validation is not workingthis is my create and store methodspublic function create(){ return view('associations.create'); }// For the association creation public function store(){...