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

Tag: Laravel (885)

I am trying to use select2 but my function is not detected, the following$('#departamento').on('change', function () { var data = $(".select2 option:selected").text(); console.log(data); })also try the following$('#departamento').on('select2:select', function (e)...
how is pattern in an array for permission and role ? it can config in config/menu.php I guess. But I don't know how ?ps. Sorry My English isn’t that good
Hello :)I'm building a CRM and as a developer I wanted to buy an admin template to take care of the visual bits for me. I'm building it with Laravel 9, Inertia and Vue. Bootstrap 5 seems like a good choice as for the CSS side. I wanted to know a few things before using your template.1/ A...
how to add new pages (components) in the LaravelVue version?i want the pages that i add to include the theme elements like the sidebar
Hi,I have installed Metronic 8.0.36 but, despite the composer.json it is specified that the laravel version must be 9, version 8.77.1 was installed.I noticed this error trying to install another package, which obviously fails as it does not find Lara...
Hello, i upload my metronic laravel project to AWS but i get this mistake. What can i do?
I've had nothing but issues getting this set up in so many different environments. Trying to follow your documentation is so incredibly frustrating.Having said that i have been battling away with the Vue Laravel integration. I have followed the steps https://preview.keenthemes.com/metronic8/vue/...
Can we easily customize the theme i.e react+ laravel once we buyed it.
Dear Admins, Why do you fake the Metronic - Bootstrap 5 HTML, React, Angular, VueJS & Laravel Admin Dashboard Theme template is ready for laravel 9...???theare are a lot of bug for composer dependancy and which not able to solve.. so i need my refund back...
I downloaded the Metronic, v8.0.34 because it had the version 8 of laravel. when i opened composer.jason I found the laravel vesion 8.13 but i want to have the laravel version 8.75 linking laravel version on github for reference (https://github.com/laravel/laravel/releases/tag/v8.6.11).When i trie...
Hey!I bought the Metronic 8 Theme like a year ago and was now using the DataTable Feature. But while i try to create the zero configuration table in my metronic 8 laravel tool it wasnt looking like the one in your documentation.Probably some css files are getting overwritten. Can you please gi...
when i ran the command php artisan serve (keeping the folder in the d drive) I got the below error so i tried pasting the same inside the hddocs to check if it is working correctly but the same error...I installed xampp and inside the hddocs folder i extracted the package and opened the command...
Hi, How can using your theme for fetch and fast show big data from database from Laravel ,Your theme datatable is working will with small data, but when I load big data more than thousand of records it's take long time before done and show data in table , so what is best solution to using your...
can please give example how can fetch big data table with laravel server fast and smooth... as i check i didn't find source code example, can pls help
I'm developping a laravel project with the latest version of Metronic 8 theme (8.0.36)For the upgrade to work properly I had to reverse the webpack.mix.js to a previous syntaxFrom : mix.scripts(...) to mix.js(...) the .scripts generated many errorsBut with that, I now have a "window.ignite...
Expected functionality: When you try to go to an auth protected URL when your session is expired, you are redirected to the login page. After logging in, you should be redirected to the URL that you requested.Actual Result: After submitting the login form, you are always redirected to the page d...
Hi there, I am struggling to find information on how to install Demo 2 for Metronic 8 with Laravel.Is there any documentation around this as to where to find files etc, or perhaps a Youtube Video?Any assistance would be most appreciated.ThanksBrendan.
I'm trying to implement the DataTables example at https://preview.keenthemes.com/metronic8/demo1/documentation/general/datatables/server-side.html into my project. It's not working. Here are my steps: 1) Added the HTML code from the example into my Blade file. 2) Added the DataTables JS...
when I enable laravel debugbar, the app goes to white blank page. In browser console shows a javascript error like "Uncaught SyntaxError: '' string literal contains an unescaped line break"
The JSTree plugin CSS file has a URL dependency (url("32px.png")) with a png file. The image file is placed in the media/plugins/jstree directory after compilation but the CSS file has wrong image path.
At the moment my dashboard has this design:But i want that the design looks like this one:...