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

Tag: Laravel (885)

Hi!On the customer list page we have a data table and for each row we have a dropdown with actions. When I visit the customer page from another page the dropdown doesn't open, when I refresh the page it starts working.Here is that part HTML:
HI, i want to display a custom specified error message if the user entered an incorrect user or Password, the error message should be specific instead of 'Sorry, looks like there are some errors detected, please try again.'i'm using Metronic Starter kit in laravel 10
I've identified a significant issue with the password reset functionality in our Laravel application. Despite the password reset email stating that the link expires in 60 minutes, users are still able to use the same link to reset their password after this period.This inconsistency poses a secur...
I've successfully set up the Laravel template, and I'm now looking to integrate the design directly from an HTML template. What steps should I take to achieve this?
Basic roles ,user and permission index is not working not showing any data from database.?
please update new version of metronic on github. thanks.
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...
The output in select2 with the bootstrap5 theme does not work ...
Hi How can i change demo in metronic for LaravelFor example from default theme to demo7 I found in config folder 10 subfolders named demo1, demo2 and so on. But I cant understend what to do.Thanks for help
https://ibb.co/LxsbJgXI dont know why the year is not showing. please help. Here's my code $('#date').flatpickr({ altInput: true, altFormat: "j F Y", });
Where should I put:window.Vue = require('vue');I added at the bottom of resources/mix/plugins.js // Vue.js - The Progressive JavaScript Framework 'node_modules/vue/dist/vue.global.prod.js',but where should I register window.Vuewindow.Vue = require('vue'); where should I...
I m using laravel starter-kit in that i did't get any porper response message while authanticate
I'm trying to follow steps to change layout to RTL https://preview.keenthemes.com/html/metronic/docs/getting-started/rtlbut I got an error message._keenthemes\tools> gulp --rtl [20:08:22] Local modules not found in D:\ikbal\resources\_keenthemes\toolsplease help me or send a RTL...
Guys, how do I use the Audit Board App in Laravel? Do you have a video for installation?
I have a problem with an image input. it shows nice, with their styles, and i checked by JS that on change the image the input fills himselves with the image. but when i submit the form, the avatar input doesn't appear. i have the form with enctype="multipart/form-data", and i tried with a normal in...
When I run it: npm run devI get errors:[webpack-cli] Error: Cannot find module 'replace-in-file-webpack-plugin'How to do fix it?
After following all the steps. in the docs, and run the server and get into the login page.when I try to login or register, nothing happens, and it just keep reloading. using inspect/ Network , i see general.js is showing 404 for the following.http://127.0.0.1:8000/assets/js/custom/authenticat...
Hi, i have metronic Laravel starterkit,Currently all my users can register without being verified, i want to verify the existing users and subsequent users that will register.Thanks
Hello,I run image upload for the Avatar.the avater field of the table is filled withimages/8VXoWEgY3aUiBn0JxWGy3qpsinHs4m2bynjMjdKD.jpgthe image is being saved herestorage > app > public > imagesBut image is not show on page.
hello,im try to using action button in yajra datatables on this pagehttps://preview.keenthemes.com/html/metronic/docs/general/datatables/server-side#while i try, the action button not working, it's just open to new page, not showing edit button and delete button, thanks