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

Tag: PHP (79)

I'm trying to add a dropdown menu in datatables server side, but it doesn't work when clicked on the popup menu item doesn't appear, please solvethanks,
Is there any documentation or best practices to integrate the theme (Keen) in a symfony/twig project ?My goal is to preapre a starter layout for all my future projects.But as I can see, if you change an option and rebuild the layouts with the Layout Builder", the partials are completely differen...
HiUsing demo 2 in HTML. Where are the events seeded from? I want to use the calendar and add events from JSON.Thanks
Hiis Toaster's CSS and JS are bundled in the theme ?because i'm getting the error : "Uncaught ReferenceError: toastr is not defined{}" in teh console.If it's already bundled as mentionned in : https://preview.keenthemes.com/metronic8/demo1/documentation/general/toastr.html is there any tutoria...
Hi,I require assistance in setting up the calendar on my project.I've pulled the kt_content_container over, followed other steps and I've run into a problem on initializing the calendar as the initialization code is in .html but the entire project has been pulled over to .phpThanks in advance...
I am using Metronic_v8.0.34 (Demo 1) for my Personal Admin Dashboard.I am developing my Admin Dashboard and following the below processes.Phase 1: Frontend Development (HTML)Phase 2: Backend Development (PHP "Laravel")I would like to know that how to switch between dark and light mode using PH...
Hello,I purchased the "Good" theme, I followed the documentation at the "Server Side Integration" section step by step, starting with a fresh insta...
Hello i just downloaded Metronic and trying to use laravel copy and when i access it i received this error message.Fatal error: Uncaught Error: Class "Illuminate\Foundation\Application" not found in L:\Work\htdocs\laravel\bootstrap\app.php:14 Stack trace: #0 L:\Work\htdocs\laravel\public\index.php...
HiI'm working on Metronic 8 -> Laravel version -> Demo1 (Latest update -> 12/01/2021) ,I tried to add a dropdown action menu to the last column of the datatable, the button is there but it's not working (no dropdown items shows up on click).this is the config for pages.php :'a...
It uses forms validation by the FormValidation.io plugin which is built into metronic.But I would also like to use the AutoFocus plugin https://formvalidation.io/guide/plugins/auto-focus/When trying to joinplugins: {autoFocus: new FormValidation.plugins.AutoFocus (),}I get an errorplugins.bun...
once Laravel 9 is out, when will the Metronic version for Laravel 9 be?
I am in the early stages of building an app using Keen's Laravel Metronic 8 template. My app is configured with the Demo1 layout, running version 8.0.35.In the Laravel Metronic 8 sample app at https://preview.keenthemes.com/metronic8/laravel/login?demo=demo1 , I can toggle back and forth between l...
404 Not found page appears after login and application redirects to dashboard.There are no error logs.All artisan commands run without errorBut when goto other urls manually from browser it opens without error.Can you suggest whal shall I do?
Today when I used the Metronic documentation I noticed under Server Side Integration you missed Laravel link.The link is https://preview.keenthemes.com/metronic8/demo1/documentation/getting-started/integration/laravel.htmlBest Regards
i have bought metronic item and setup Laravelbut i canot see any futnion of this themeonly account funtion?
HiThis error appears after inactivity :https://www.screencast.com/t/0UFyIs2gxmjI have to login again to gain access.Thank you
Hi, How we can customize the colors? I have seen the documentation, but not understand well. Give us easy to implement trick for colors change.Note : We doesn’t need solution for SAAS. We need direct solution via CSS.Regards
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'm looking for an excelent Bootstrap theme and I found it. I saw in your demostration a lot of excellent feautures.I have a developer working on a custom management system for my school in PHP, and I would like to extend feautures of it. I saw for example you have how a Message or a Ch...
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.