Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

Tag: Laravel (885)

Hello KeenThemes devs,I have Laravel metronic starterkit.i noticed that the last login of every user on this url(domain.com/user-management/users) is not updating but rather it shows the date of creation of the user on the platform,any suggestion?Regards
Hi,After reading the docs on Metronic 9 Laravel i get this message and i don't know where it come from and what the solution is.[vite] Internal server error: Failed to resolve import "@popperjs/core" from "resources/theme/core/components/tooltip/tooltip.ts". Does the file exist?
Hi,All Metronic 9 Demos(demo 1 - demo 10) are already available for the Metronic 9 Taiwind React version.To use your preferred demo please perform below steps:1) Refer to readme. md and install dependencies and launch the Metronic React app.2) Import the new demo: import {...
Hi,I downloaded the Laravel Demo, metronic_laravel_v8.2.3, It's installed and worked well, but without any modification when I just ran the 'npm run dev' the system did not work. showing some console error and login is not working, i tried clearing the cache. but again when i just replace the pu...
Hy, do we have .mdx file support in metronic 9 for creating documentation in extendent markdown format ?
i work on bootstrap version of metronic , with laravelwhen i use select2 in modal body like 'create-project' it not working, filtration not working and i cant write in text box to use filteri tried it in another places , works fine but not modals ?
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...
Following the instructions here https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravelI'm trying to integrate it with flowbite , my frontend public facing is flowbite , using metronic for dashboardvite v5.4.8 building for production...✓ 1 modules tr...
I try to integrate metronic demo 7 to new project, the only problem is to init KTComponents like sticky header, if first load the sticky is work, but if navigate to another page the sticky not work, the class is not add to the header.- Inertia.js (React) Example// resources/js/Layouts/AppLayou...
Hi, We're loading our modal contents via Ajax. And in the body of modal content, there lies a select element that we want to initialize with select2. We tried applying data-control="select"2 attribute and also tried data-dropdown-parent="#modal_id"but select2 is not getting initialized.We even...
Hello,I have the following problem. My page is no longer displayed correctly because JS or CS is probably loaded incorrectly and I can't explain why this is, in any case everything I use the for is not displayed correctly or headers and Aside Blade not loaded correctly (see picture...
i was using datatable in blade laravel, it can shown the data, but if i had 20 data, all data is show, before i was set pageSize to 5, but it same. here the html, js, and usercontroller php.
DataTable layout not styling using Tailwind CSS. I tried Bootsrap CSS, DataTable styling perfectly, but I change to metronic CSS, style is gone.Fyi, I use Demo 1 with Tailwind. Here My app.scss code @tailwind base;@tailwind components;@tailwind utilities;// Boots...
Hi !I'm trying to implement a apexchartbut need to get data from the DB.I wrote this code to get data:onBeforeMount(async () => { const cats = await GetRemovalReasons().then(({data}) => data).catch(e => []); categories.value.splice(0, categories.value.length, ...cat...
hello, I'm just learning front end design. I encountered problems when integrating the metronic 8 template which is Backend Console with my Vue project. I have added KTComponents.init(); onMounted on each of my pages, but when moving to a new page some components don't work, for example the search b...
RTL style not working the nvar header menu cut the part and not working pls can i share image if u need?! ASAP
How do I import a layout into laravel? The default in the integration guide is for demo1. Is there one for demo5? Also where do I get the pre-built components here under the Pages & Components section https://keenthemes.com/metronic?Thank you
https://devs.keenthemes.com/metronic/laraveli HAVE PAID VERSION OF ABOVE SAID THEME
Hello, I want to set up as in the example here, but it is set according to metronic 6 and laravel old versionsMetronic Integrate LaravelAny chance to update the document? I don't want to use Inert...
Hello,I would like add jquery CHOSEN plugin to my metronic project with Laravel, i can't do it.I have donwload the plugin and placed it in the directory /public/access/plugins.I have include it in master.blade.php like this :