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

Tag: Laravel (885)

How can I implement "mega-menu" layout options in menu.php configuration file.https://flic.kr/p/2nMWs6Rhttps://flic.kr/p/2nMWs5Zhttps://flic.kr/p/2nMVia4I saw that the views are in the directory "resources/views/layout/demo1/partials/header/_menu/__dashboards.blade.php" but I didn't find...
Hello everyone,I'm trying to fully integrate Metronic theme with Laravel / Vue.My version of Laravel is 6 (6.20.11), a version of laravel-mix is latest version (6).My current Metronic theme version is 8.I've been following this part of documentation ( https://keenthemes.com/metronic/?pag...
Hello,In Laravel code, there is toastr on success and error msg,I want to customise this toastr style,Where is that html?``` document.addEventListener('livewire:init', () => { Livewire.on('success', (message) => { toastr.success(messa...
Hey, I am interested in building and updating my current CRM to Metronic. I purchased the regular license and started to make changes to it. I wanted to know what will happen to these changes when I decide to upgrade to the enterprise license. Will I have to redo all the changes? Or will t...
Hello,I recently bought the Craft theme (https://preview.keenthemes.com/html/craft/docs/index) and I want to install it in my Laravel project.The Craft documentation has a tutorial to install it in Laravel: https://preview.keenthemes.com/html/craft/docs/getting-started/integration/laravel...
I changed in config/[demo]/generalheader, toolbar and aside to display false but it doesn't make any changes
Hello I want to setup new laravel project by using the html version of Metronic 8but it's not working in Laravel I followed the guide video which is version of html setupI have assets, layout, pages, partials, and index.phpand I also converted all the html to php like the video did....
Hi,Is there a way to make a 100% height based on the current viewport?The use case will be the chat page. We want to show the chat to have a fixed height. The input text is always at the bottom and we can just scroll at the message container and the contacts container on the left. I...
How can i implement double datepicker? it can only work the first oneJoin Date
Hello! I would like to implement a datatable from HTML version ( with subtable ) in Laravel version using Yajra Laravel described here: https://preview.keenthemes.com/metronic8/laravel/documentation/general/datatables/overview?demo=demo1 This is the table: https://preview.keenthemes.com/...
How do I enable email verification in user registration using the Laravel starter kit version?
I tested the Laravel package for Metronic 8 and completed the Guide. Even though it was easy to setup the Laravel project, it would have been great to have a blank laravel setup instead of all the extra routes e.g. documentation etc., views and stuff even though the demo is available.Is there a...
I need a co-founder programmer, If you are dedicated to the projectDesign and develop Online construction market website like :https://preview.keenthemes.com/metronic/demo10/rtl/index.html in both Languages English / Arabic Online construction market :1.Multiple Signup2.Main page3....
Hi,I have issue slow opening pages in laravel with metronic theme, I check console show me this issues can please check this photo and what mean error and why , and how can solve it https://ibb.co/4PBhP0GCan please help me
Hello,As far as deployment is concerned - everything is standard. Both "npm install" and "npm run prod" commands are not throwing errors and they are passing normally. We serve the application from the public folder, and what we see is the served public/index.html.Instead of expected result...
Hi, is it possible to load data from database into menu.php?
Hi,First of all, We appreciate your effort in Metronic themes. These are fantastic.We trying demo 3 - laravel version. We try to disable the aside menu on some particular pages. that was not working. can you suggest me how to do that.We enabled aside in general.php file and we disabled...
I am working on laravel project , using vue 3 with it , when i am running npm run serve is gives the following errorModule not found: Error: Can't resolve './src/main.ts' in 'C:\laragon\www\marco_v2'while running npm run watch it compiles it , and it is working fine , what i am trying to ach...