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

Tag: Laravel (723)

Hello, anyone has and idea how to fix the jstree?I got 'node_modules/jstree/dist/jstree.js' in plugins.js'js/custom/general/jstree/jstree.js' in general.phpon Init it throws TypeError: $(...).jstree is not a function...but when i type $('.jstree').jstree() in chrome console, it initia...
Hello, I am using your laravel_app project. There are demos available from demo1 to demo9 here, but I would like to use demo25 from the HTML theme. What steps should I follow for this? Do you have any sample videos or documentation?
I need the template 8 sample for laravel. I see that it is only the template one option that is available for download.
Hello,I am using Laravel and Demo 3 for my server. I am currently looking for all widgets, as I could only find some in my file folders under widgets-2/ folder I am missing some widgets. Where can I get the HTML code for all the widgets that I can then import?Kind regards,Thomas
hello,to day i try to download laravel demo but after 80% downloading they are stop donwload, because forbidden accesscan you give me another link for download metronic 8 for laravel demothanks
is there a maniual how to start the laravel theme on an Debian Directadmin hosting server ?
Hi,How can you integrate metronic into my existing web app (hosted on a server). The web app use PHP (Laravel) as backend? Is there a tutorial I can read or watch, please?Also, and please excuse my limited knowledge as I am new to programming, can I only use metronic Laravel demo or any?Mu...
Hi, anyone integrated laravel medialibrary.pro into metronic?I also didn't see any image gallary in demo? shall it support?
Where should I put:window.Vue = require('vue');I added at the bottom of resources/mix/plugins.js // Vue.js - The Progressive JavaScript Framework 'node_modules/vue/dist/vue.global.prod.js',but where should I register window.Vuewindow.Vue = require('vue'); where should I...
Hi I'm using the latest update for my new Laravel project.For me, there is a latency to pages getting loaded both locally and in the cloud environments.I also have a project in version 7 it doesn't have this issue.
Hi, https://preview.keenthemes.com/metronic/demo1/crud/forms/layouts/sticky-action-bar.htmlI'm getting the code for the form in this link but it doesn't look like it for me. screenshot attached. I have metronic latest version.https://prnt.sc/YUvMUkKrrSm0
I want to customize the theme options available in my metronic8 html theme with demo15. It currently has light, dark and system option. I want to add a few more and customize them to store those custom user preferences.Where do I find the css and js files for this? I have checked on inspect elem...
I'm having a problem with laravel mix about adding new scss or js :(What is the best practice to add custom scss or js in laravel start kit? ex. I have a page view - resources/view/page/homepage.blade.phpscss - /page/homepage.scssjs -
How do I install keenicons on my project using vite?
yarn mix command error this,ERROR in ./resources/mix/plugins.scssModule build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):SassError: Can't find stylesheet to import. ╷9 │ @impor...
I have added two datatables to one page and they show up fine, they sort fine ... but the search of the first one works but not the second one. Each table works fine if its the only table on the page, but not when together.I have them functions:var KTDatablesList = function ()var KTDatable...
I'm having an issue with translating JS files. I haven't been able to find a suitable solution online and the i18n.js file located at public\assets\js\custom\authentication\sign-in\ doesn't seem to be functioning properly. Can you advise me on how to translate strings within general.js?Thanks
The auth set in place makes it so you cannot see anything under the auth. We've worked through your Laravel API but thats also incomplete and there is zero documentation around that whatsoever. We just want to be able to see the underlying react demo without the Auth putting a brick wall between us.
Hi, i'm new here just wanna ask how to remove sidebar in laravel? i just need the navbar, when i try the builder in HTML it works, but i dont know how to implement in laravel, any tutorial?
How can we change the sidebar dark color ? I'm using Metronic 8.1.6 laravel starterkitinspecting the sidebar this is the color it has:[data-kt-app-layout=dark-sidebar] .app-sidebar { background-color: #1e1e2d; border-right: 0!important;}Where can i change it to another colo...