Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Tag: Laravel (729)

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'...
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...
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...
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...
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]...
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...
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...
Hello, in my country are not allowed, how can i disable all google fonts on my metronic theme (Latest Version, laravel)?
It is possible to keep the visible for certain windowsI use demo1 template for laravel
Dark mode switcher is not displaying in Metronic demo 8https://snipboard.io/S4Crmf.jpgI didn't change anything in the code:@if (theme()->isDarkModeEnabled())
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.
There is a styling error/bug on Laravel pagination links. How can you fix this?
menu and php pages can't use route with param and i want to make it fire when i'm editing like for example book/1/edit
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...
Hello. Thanks for the hardworkHow to achieve the badge notification in menu.php?
composer error during composer install laravel
I used laravel installation, I followed the steps and used nodejs version 14 but when running npm run dev, I receive this error : [webpack-cli] Error [ERR_REQUIRE_ESM]: Must use import to load ES Module
Hello I am trying to configure vue 3 with typescript support in laravel along with vite. Kindly Help.i've recently created a new laravel 9 project with keenthemes files but i am unable to successfully configure vite with it. Help!Best Regards,Junaid
npm ERR! While resolving: demo8@8.1.5npm ERR! Found: @popperjs/core@2.11.5npm ERR! node_modules/@popperjs/corenpm ERR! @popperjs/core@"2.11.5" from the root projectnpm ERR!npm ERR! Could not resolve dependency:npm ERR! peer @popperjs/core@"^2.11.6" from bootstrap@5.2.2npm ERR! node_mod...
How can I change the mune on the left?I have this piece of code in layout > demo7 > aside > __tabs.blade.phpWhere are the @foreach(theme()->getOption('menu', 'aside_tabs') as $tab)value set?Thank you @foreach(theme()->getO...