I loved your project and wish you continued success. I am a beginner and would greatly appreciate any guidance you could provide. I will be using React 8.2 with Laravel for the backend. I noticed that there is a Laravel folder under the vendor directory and that all the necessary files seem to be th...
I'm trying to install the laravel template on my server and when I run "npm install" I have this error.pandoras@cloud502 starterkit]$ npm installnpm WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibil...
Hi guys,I was wondering: how can I write some custom SCSS, put in the correct folder and get that file compiled (and so converted in CSS and push in the correct folder/in the correct file's code in public/assets) for it to be able to be consumed by my pages?I've tried different methods but n...
Can make a metronic 9 datatable responsive like this other version? https://preview.keenthemes.com/metronic/demo1/crud/datatables/extensions/responsive.html
working on localhost but not working on server. login, sign up not working....and currently its working in public folder, how to move it to main root folder?
I'm trying to install the laravel template on my server and when I run "npm install" I have this error.Error: ENOENT: no such file or directory, open ~/starterkit/node_modules/@yaireo/tagify/dist/tagify.min.jsI try the following steps to resolve the issue:1. Remove the `node_modules` fol...
Hello Team,I'm currently trying my best to get metronic 9 running with the techstack in title.I stumpled upon some things that I want to share with you:- You have a lot of wrongly formatted imports / exports - my IDE will directly tell me that nearly every typescript component file has at...
Im using the Default Download button on the template But the problem is not downloading the whole table , only the page 1here is the code on how I implement it ,Im using laravel and datatable , then fetch by ajax to processAny idea will help thanks $(document).ready(function() {...
Hi TeamThere is an error Error: ENOENT: no such file or directory, open '/Users/xxxxxxx/xxxxx/xxxx/ims/node_modules/@yaireo/tagify/dist/tagify.min.jsI tried with npm install but this keep coming
In Metronic 8 Laravel, I install webpck.mix.js with npm run dev. It's successfully, but don't have public file (such as datatables js and css). I want to use datatables but when i call it with datatables library it not found and return net::ERR_ABORTED 404 (Not Found)i Check assets in config...
I followed the documentation to bring the Tailwind theme into Laravel and am receiving the following error.[plugin:vite:css] [postcss] Cannot read properties of undefined (reading 'light')/Users/mweber/Developer/tempr-core/resources/css/app.scss at getDefaultGrayColors (/Users/mweb...
Hi,I'm using Metronic Demo 44 with Livewire v3.6.x, when I navigated using wire:navigate, the page content changed, but CSS of the whole page is not working.This is where the page work normallyhttps://jmp.sh/M5hnoAlyAnd this is where the page not working normallhttps://jmp.sh/nrngDzEA...
hello everyone,I whould build a new page blank for a new project.I try generated new build with https://preview.keenthemes.com/open-html-pro/layout-builder.html and rename all page with ".blade.html" but it not a laravel page. I can build new page for my new Laravel projet with what ?Best...
Hi, Latest metronic 8 for Laravel.In config/settings.phpI set'KT_THEME_MODE_DEFAULT' => 'dark',But I can't see dark theme. Is it working, do o need compile? Or there is bug?Inpartials/theme-mode/_init.blade.phpThere is script>var defaultThemeMode = "light"; var themeMode; ....
hi,in settings i add "'assets/js/custom/apps/calendar/calendar.js" but calendar not showinghttps://prnt.sc/PW-o4NdReLGJresult:https://prnt.sc/nzSvRPWi2Opxwhen i add additional js and css it workshttps://prnt.sc/4Lr_E-9CQ0Jualso it works when i clear theme vendorshttps://prnt....
Hello teamI have datatable with remote data source, i can search it with input that have attribute "data-datatable-search", but how to implement datatable filters ?Thanks
Hi,I am trying to redirect to a custom page after successful login, however it always redirect to dashboard. I made changes AuthenticatedSessionController but again it doesn't redirect to the custom page. I even change the HOME in RouteServiceProvider but it didn't work. How can I change the def...
Hello! I've installed Laravel version. The are some 404 errors: http://127.0.0.1:8000/user-management/assets/media/misc/menu-header-bg.jpghttp://127.0.0.1:8000/assets/plugins/global/fonts/keenicons-duotone.woff?eut7fk (this file is in keenicons-duotone subfolder)How can I fix this properly?
Hello everyone,i recently started using the Metronic Laravel Starter Kit, and I'm looking to install the complete demo data set, including all the dashboards, eCommerce features, and other components.Could anyone guide me on how to achieve this? Any help or instructions would be greatly appr...
Hi I have is install the metronic laravel starter kit on a webserver and when i try to login with the demo credentials the login form did'nt work. The error in my log is. I have done all the steps. In my local host work perfectly. But when i deploy it to webserver i get this error.40...