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

Tag: Laravel (885)

Is there any way i can use metronic 9 as a full page livewire component?Currently it is causing issues such as sidebar not working properly.
I am using tailwind version 9.0.4 on Laravel. When select 2 component will be available?
Hello, i cant find Looking for Wizard 3 in my purchased template. can you tell me where i can find it . i'm using Laravel
I've follow all steps from documentation to integrate metronic 9 tailwind version with laravel, but when I run, the sidebar can't collapsed. I've used your example integration project on github, but still same. I don't know what I missed, I just follow every single steps from your documentation.
Hello,thisphp artisan migrate:fresh --seedreturn one errorAccess to undeclared static property Spatie\Permission\PermissionRegistrar::$pivotPermission
Hi Team.I want to add a number range field that can select max and min values ​​on both sides. But I can't find one already implemented there.Have you implemented this? If so, can you share how to do it?Thanks in advance,Vahan
Is there a way we can use a custom global font even without internet on our application?
hi i download the metronic v9 from themeforest but i can't find laravel / veiw version , how can i download it ?
I'm setting this up with laravel and everything has worked except when I try php artisan migrate --seed. It throws this error: Call to undefined function Termwind\ValueObjects\mb_strimwidth() at vendor\nunomaduro\termwind\src\ValueObjects\Styles.php:1052 1048▕ */ 1049▕ pr...
I followed the documentation on how to implement metronic-tailwind-html into a fresh Laravel project. Specifically metronic-v9.1.2.However, after completing the steps, it seems like some key parts might be missing. The documentation doesn’t clearly outline the full implementation process.Cou...
Hi there,I purchase a metronic theme and my client want a french version of it to decide of component to use according to his wants. The client persist that it have to be multilingual. Can you give me tips to translate the 119 pages in another languages?Best regards,Bodge
I am using Metonic 9 version integrated with Laravel 11 version.I would like to know how to use jstree.
Hello!After carrying out all the steps to integrate version 9 with laravel, when I open the page, the following error returns in console.logUncaught ReferenceError: KTDom is not defined at app-yk-ydo9-.js:16:16314I checked to see if I hadn't forgotten anything, apparently ever...
Hello ,I am going to integrate metronic-v9.0.4 into Laravel project , I uses the instructions on https://keenthemes.com/metronic/tailwind/docs/getting-started/integration/laravel to do thatI see that the file src/app/layouts/demo1.js , while I will use the demo5 UI , so does this file will...
tailwind 4.0 not working< I have tried to follow this https://github.com/laravel/laravel/pull/6523/files
I am encountering an error during the migration process:2023_06_11_075700_create_permission_tables ................................................... 89.03ms FAILError DetailsAccess to undeclared static property Spatie\Permission\PermissionRegistrar::$pivotPermissionat database/migrat...
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
In the input image component, the input value is always emptied on change. When the form is submitted, the file will not be present protected _change(): void { const payload = {cancel: false}; this._fireEvent('change', payload); this._dispatchEvent('change', payload);...
I noticed in the documentation that the Laravel version is 9. Is it possible to install it using version 11 and still take advantage of all the features provided, such as API, ASSETS, and others? Or, if using Laravel 11, will I only be able to use the Bootstrap version?
Is it possible to create a theme for https://devdojo.com/wave with the Start HTML Pro template?
Howdy overseas!I am currently using Metronic 8 in my Laravel Project but i would like to upgrade to the newer and cleaner version 9. As far is a know livewire is required to use livewire:navigated instead of DOMContentLoaded. I've tried every suggested solution availble online for this topic bas...