Introducing CrudHunt:Open-source Full-stack CRUDs for Next.js by KeenThemes
Browse CrudHunt

Tag: Laravel (111)

Hello KeenThemes,I'm attempting to integrate demo16 in a laravel project.The project uses translations in different languages and I'm trying to figure out how to translate error sign-up error/configuration messages.While other template items uses __('whatever') to use translated items, it seem...
Is there anyone kind enough to explain to me how to install bootsrap 5 with SASS and metronic theme number 20 on Laravel 8? I'm trying them all but I can't find a solution.I need to install it as a backend theme since I will also need to install a frontend theme.Thank you all
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/flatpickr.html...
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 code from t...
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 fix this....
I see documentation for Laravel installation for Mdtronic 7 but not Metronic 8.Is there documentation for installation of Metronic 8 for laravel?
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 in th...
Hi.I am trying to add an aside Menu translation inglobal / menu.phpandglobal / 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 help.
HelloDo you have any plans to upgrade Laravel version form demo1 to Laravel 9 ?Thank You
Hi, Laravel 9 is provided, in hoy many time does Metronic for Laravel 9 is going to be?For template Demo 4 - Intranet Application
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
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 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...
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 Address:...
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 as a...
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
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 it as dir...
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 does not ma...
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 sup...
Hi,How to install a blank panel, no modification needed?Preferably only with authentication.Of course, with the absolute minimum of dependency.Laravel 9
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) {var data =...
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