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

Tag: Laravel (725)

Hello :)I'm building a CRM and as a developer I wanted to buy an admin template to take care of the visual bits for me. I'm building it with Laravel 9, Inertia and Vue. Bootstrap 5 seems like a good choice as for the CSS side. I wanted to know a few things before using your template.1/ A...
how is pattern in an array for permission and role ? it can config in config/menu.php I guess. But I don't know how ?ps. Sorry My English isn’t that good
I am trying to use select2 but my function is not detected, the following$('#departamento').on('change', function () { var data = $(".select2 option:selected").text(); console.log(data); })also try the following$('#departamento').on('select2:select', function (e)...
Hi,How to install a blank panel, no modification needed?Preferably only with authentication.Of course, with the absolute minimum of dependency.Laravel 9
Hi,The contents of Laravel demo 2, demo 4, demo 7 (probably others also) inside the zips are identical (binary compared with sub-folders), all had the name metronic_v8.0.36_laravel.zip when downloaded. is this intentional? In my opinion, If a single 90MB archive is enough for all nine, then...
I have the following problem when I want to integrate the latest version of metronic v8.0.36 Problem 1 - Root composer.json requires laravel/framework ^9.0, found laravel/framework[v9.0.0-beta.1, ..., 9.x-dev] but the package is fixed to v8. by a partial update and that version d...
Hi KeenThemes,I bought your Metronic theme, proven by below Purchase codes-------------Authors may ask you for a purchase code to verify that you’ve purchased this item.bf51d359-7fda-4e9d-a07d-02d571893698 - 15 Feb 2022-------------I am using Laravel framework and i have configured i...
Hi thereI'm wondering if I missed something on the setup, but it's been successfully completed and when checked the version it gives me 8.77.1 and not 9https://www.screencast.com/t/7KDBdMr1f
Good evening, in fact I am performing an integration of demo2 HTML theme by following all the steps contained in the document Server-Side integration for laravel.once you get to the step to compile the assets.when I run the command: npm run devit shows me this error:'mix' is not recognized...
When I try to verify my token generated at login page it is giving me error and not passing through login page after successful authentication.Request URL: https://preview.keenthemes.com/metronic8/laravel/api/verify_tokenRequest Method: POSTStatus Code: 422 Unprocessable ContentRemote Addr...
I tried to integrate one of your HTML themes into my laravel 8 Jestream and Inertia Js project at the beginning everything works perfectly but when a user has just connected, once he arrives on his page, nothing works no button works the menu table no longer works. For everything to work, it must re...
Congratulations on the work you are doing.in fact, I would like to integrate one of your HTML themes, either demo2 or demo19, into my laravel8 project while using Jestream Inertia and Vue3.Apparently I can't find any documentation to help me with this. how can i do that?
I have installed the Vue / Laravel version on my PC and i cannot login. how do i disable the login or setup DB for login against the DB. Thank you
Hi,I have installed Metronic 8.0.36 but, despite the composer.json it is specified that the laravel version must be 9, version 8.77.1 was installed.I noticed this error trying to install another package, which obviously fails as it does not find Lara...
Hi.I am trying to add an aside Menu translation in global / menu.php and global / pages.phpFor example, giving 'title' => trans ('mainMenu.dashboard'), I get an error"Target class [translator] does not exist."How to correctly translate the menu? Thanks in advance for your he...
Hi, Laravel 9 is provided, in hoy many time does Metronic for Laravel 9 is going to be?For template Demo 4 - Intranet Application
Hello Do you have any plans to upgrade Laravel version form demo1 to Laravel 9 ?Thank You
Hello,I am currently using Laravel demo8 from Metronic 8 package.I am getting an error when trying to change the "locale" setting in config/app.php from 'en' to 'ro' (a custom folder created by me with Romanian translations). I have even added the english translations provided by the theme i...
I see documentation for Laravel installation for Mdtronic 7 but not Metronic 8.Is there documentation for installation of Metronic 8 for laravel?
Hi there,I have set up demo 1 on my localhost. I'm using the laravel version of metronic 8.The delete button on the log tables does not do anything.I notice this question was asked a couple of days ago however when I click on the answer button I get a 404 error.Please advise how to f...
Hiformrepeater is not working for as I followed the instruction here : https://preview.keenthemes.com/metronic8/demo1/documentation/forms/formrepeater/overview.html#usageand from the official documentation here : https://github.com/DubFriend/jquery.repeaterand this is my code (sample cod...
HiI'm having trouble implementing Flatpickr in my form, it says : Uncaught TypeError: $(...).flatpickr is not a function http://127.0.0.1:8000/system-setting/create:4385the input was copied from here : https://preview.keenthemes.com/metronic8/demo1/documentation/forms/flat...