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

Tag: PHP (474)

You can contact us for any question at contact@ekartpet.com. ("690-9878-896"Please inspect your order upon reception and contact us immediately if the item is defective, damaged or if you receive the wrong item, so that we can evaluate the issue and make it right.We will not provide return in any ca...
Hello, there are three password meters on a form, these data are combined with the form validator, but the inputs with the password meter are directly marked as valid, but the inputs are empty. How can I solve this problem?
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...
Hi,using Metronic Laravel 8.2.5 and self implementing Yajra Datatable, I found this "bug" for which when a head column (the title of a column) is clicked to apply its ordering on the table the head title switch from alignment lef to alignment right.When clicked the title changes classes, how...
Hi guys,so, I've recently installed Metronic Laravel 8.2.5 on my machine and I've built some views with few of Metronic's components (datatables, cards, date rangepickers, etc.).However, since start I noticed terrible performances concering assets loading on each Metronic's webpage.I've trie...
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...
i use metronic theme for laravel by deafult the user module is present i use that but i have a issue while edit modal is called it opens fine but when i try to update anything the other inputs gets nulled below is the example here i only edited name that's coming others null in console{ "...
Metronic is undoubtedly one of the most popular themes worldwide. I started using it several years ago for a system, and I’ve stuck with it ever since.I find the theme impressive and currently use it with Laravel and Vue. I’m sharing my experience to highlight a significant issue: despite Metron...
Would it be possible to include adianti framework as a back-end for use with metronic just like we have the laravel start kit?framework:https://adiantiframework.com.br/
Hello,We are using your Metronic template with Laravel. Our current version is Laravel 10.We wish to migrate to Laravel 11. Do you have an installation source for Laravel 11 or a guide for performing this migration?We have also noticed that you use "mix" to compile views. We would now li...
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?
So, I just started using Metronic in my company and I'm working on emulating what a colleague has selected and composed from the Html demo (some lists, some filters, some dashboard elements, etc.).At the start I've struggled a lot, the Laravel documentation is truly meagre and the overall explan...
Hello, first time poster!Today while setting up the theme with Laravel (v8.2.5) that the resources\views\partials\modals\create-project\_main.blade.php files has some badly spelled blade directive on the bottom portion (from line 66 to 72) where the expressed directive are written "@incldue" ins...
As I mentioned in a previous query, I'm working with Symfony7 and in the latest updates (since Symfony 6.3) AssetMapper is recommended over Webpack. Given the problems I'm having with Metronic 8 in Symfony 7, I've been testing with AssetMapper and in principle everything starts to work (at least app...
When i run the web page on Chrome or firefox it work. But when i load the page on flutter using webview_flutter or flutter_inappwebview plugin, it prompt as belowI/chromium(23729): [INFO:CONSOLE(24)] "Uncaught SyntaxError: Unexpected token .", source: plugins.bundle.js
I downloaded metronic_laravel_v8.2.5.zipfollowed the instructions in https://preview.keenthemes.com/metronic8/laravel/documentation/getting-started/buildIt says [webpack-cli][Error: ENOENT: no such file or directory .../metronic_laravel_v8.2.5/starterkit/node_modules/@yaireo/tagify/dist/tagify...
Can I implement Metronic theme in to our already existing running PHP+Laravel based web platform?
Hello I am writing to urgently request your assistance with an issue we are facing in our production environment. All the links in our production template are broken, causing significant disruptions to our operations. Could you please investigate this issue and provide a solution as soon as...
Hello,I'm creating a list of users and I'd like to add a drop-down list for each user line with all the possible actions for each user.The problem is how to generate one and only one drop-down list per user. In fact, I generate a button for each user, but the drop-down menu is identical....
checkout this link , using an android device, https://vishful.co.in/testnet/index.php. The sidebar is not popping up when it is clicked upon. I want this to be sorted out immediately. The sidebar in the The template is METRONIC8 ORIGINAL/...
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...