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

Tag: Laravel (885)

I downloaded the Laravel demo, and it uses Laravel Mix. Is there any resources on how to setup the theme with Laravel valet?
Hello team, I have noticed in these past few days the UI on your Medtronic angular demo site is breaking, the navigation bar is being blended with the background while scrolling, and the models of Filter, Create, and Edit are not showing. Can you help us out with this?here is the screenshot: htt...
Can anyone guide me to capture requests at this index so I can do the filter function, for example, filtering from date to date for UserManagementController in Laravel ?class UserManagementController extends Controller{ /** * Display a listing of the resource. */ public f...
metronic 8 demo 8 template v8.1.5 stepper intigrate the my project, but below error given,plz adviceunloading.js:5 Uncaught ReferenceError: KTStepper is not defined
Hi,We are using metronics theme in Laravel which is setup in docker. Everything looks good except it shows some variables (starting with @) at frontend even after compiling the assets. Please see attached for more details.Can you please help us here?
"Where is the default layout file in Laravel located in the metronic Laravel ?
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
Page Loader for HTML template it is simple to have Page Loader.In LARAVEL how is it possible to have "Page Loader"?
HiI have experience bug when i have 2 modal that had a table in there , when i export the excel file on 1st modal it work but when i try to go on 2nd modal then export the table im downloading the excel of the first modal not the current modal how can i make this work any recommended to solv...
HII'm about to start a project with Metronic 8.2.3 and Laravel 10. As soon as it was installed I ran some tests on the validation of the Users form. In my case the validation is managed by Livewire. I would like it to be handled by the FormValidator library instead. Can you kindly give me a simple...
Hi,I downloaded the latest release metronic_laravel_v8.2.3 which is used "laravel/sanctum": "^3.3". I want to use laravel/passport and want to remove laravel/sanctum.I tried with this command: composer remove laravel/sanctum. After executing this command try to run "npm run dev" and then ge...
Hello Team,I am trying to implement a search and results should be shown as a dropdown, which component or code should I use to get the correct results? I am using Laravel with code below but I see search results on the right side of the pane, how do I get as a dropdown?```
Hello, I have a problem with "wire:navigate" function of new Livewire v3. When page fully load (with reload button), all javascript works (for example top right account menu or light/dark hover), but after clicking on link with "wire:navigate" (doesn't do refresh, just rewrite full HTML page without...
HiHaving issues with the form submission. I added the below and I have a route in my laravel app along with a controller and model. But when I click on the submit button it goes to create-account.js and does validation but stop there. I get no errors and the data is not added to my database. Do...
i'am using metronic 8.2.3 demo 39when i click menu with attribute wire:navigatedropdown menu in sidebar and header such as notification, profile can't click or showhow can i fix it ?i have watch this:https://www.youtube.com/watch?v=gkDq2E6g0F0this is my sidebar :
Hello,Has anyone had success integrating Metronic 8 (demo 1) on a fresh Laravel 11 project (composer create-project laravel/laravel:^11.0 laravel-vue)?I would appreciate some guidance on how you approached it (either in the form of online documentation or explanation).Thank you.
I downloaded the starterkit and when I try to run "composer install" I get errors Installing dependencies from lock file (including require-dev)Verifying lock file contents can be installed on current platform.Warning: The lock file is not up to date with the latest changes in composer.json....
How do i verify the users email address after registration without having to require login information in laravel?
Connection could not be established with host "mailhog:1025": stream_socket_client(): php_network_getaddresses: getaddrinfo for mailhog failed: No such host is known.|how to fix it ?
Hello Team,I have full-page laravel template and using only main page header.In main body, I am using card , but I want to keep card header sticky, so when user scrolls the page, they need to see main website header and below card header sticky, so that user can read all card body content al...
I am trying to use datatables at metronic 9 and i am getting the following error, i have been trying for 1 week and there is no way to use it.  I am using Laravel 11 with vite, no front end frameworks.ReferenceError: KTDataTable is not defined at HTMLDocument. (users:372:31)