- Can I change my homepage to [/] without going to [/login] ?I would like you to go to the landing page before going to the Login page.- In your example project in resources/view I would like to split Folders into - resources/view/backend/[your example project demo1] - resources/view...
I'm using your Laravel version of Metronic, and my modals won't scroll if they are longer than the viewable window. They just get cut off, and there's no way to access the hidden portion of the modal. Is there some sort of CSS class that I need to add? Scrollable seems to be a default feature of Boo...
i am getting this error after i run >npm run dev Error: write EIO at afterWriteDispatched (node:internal/stream_base_commons:164:15) at writeGeneric (node:internal/stream_base_commons:155:3) at WriteStream.Socket._writeGeneric (node:net:795:11) at WriteStream.Socket._write (...
How can I hide that bar that appears at the bottom of my project.Image link attachedhttps://ibb.co/3y2dVDFHow can I hide that bar that appears at the bottom of my project.Greetings and thanks
Hello, I ran into an interesting problem. I am using the latest version of Metronic and working with Demo 1 Laravel. I wanted to create a widget of my own, and I tried to register it on widget.js. The path to the file is demo1/js/custom/widgets.js. However, I could not compile the code I wrote with...
when i run npm install on laravel project on Metronic theme it show me this error134 packages are looking for funding run `npm fund` for details14 moderate severity vulnerabilitiesTo address issues that do not require attention, run: npm audit fixTo address all issues possible...
Hi there,I am looking to point the app api to my backend which is using laravel sanctum.From the VueJS app, when i update the app url, i get a CORS error and request fails to even hit the backend.Is there some additional proxy settings needed for this to work on the vueJS App?
Hi,I have install demo1 for Laravel. Now I want to add new feature to admin panel. What is the best way for this. Is there any CRUD generator or I need to add Model, Controller, Menu, View manually? Is there any tutorials for this?
HiI'm having trouble implementing Flatpickr in my form, it says :Uncaught TypeError: $(...).flatpickr is not a functionMetronic Version 8.0.38already on mixmanifest.json "/demo1/plugins/custom/flatpickr/flatpickr.bundle.js": "/demo1/plugins/custom/flatpickr/flatpickr.bundle.js",
I am using this code."use strict";// Class definitionlet KTSearch = function () { // Private variables let form; // Init Select2 const initSelectXYZ = () => { // Init Select2 --- more info: https://select2.org/ $('[name="provincia_id"]').s...
Hello, I am using the Metronic v8.0.38 Laravel version, and when I include the Tinymce plugin on the page, I get the following errors on the console. Of course, after these errors, the plugin does not load. I did not make any changes to the theme files. What do you think is the problem?Screensho...
I've been using metronic 8 for a long time now and I have a great time, but I have a problem with regards to Breadcrumb.The problem is that when in Laravel I define an edit or view page for a specific model, for example a route of the type '/users/1/edit' the Breadcrumb does not appear.I tri...
After already putting in some time with development, I'd like to install Vue. I'm using Metronic 8 with Laravel 9 and I'd like to start using Vue components for better usability. How do I go about installing Vue and using Vue components? All tutorials/articles that I see online are all for using La...
Hi! I've successfully installed Metronic 8 using the Laravel install running fine via artisan. But perhaps I missed something. I wished it had the same pages / database tables as the demo has (demo 1). Is that possible? The menu has currently only the sections "Account" and "System". I was par...
Hi,I already have Metronic 8, I purchased one copy for my client, and I already used that licence.Now I want to use my already developed application for another client. So now how I will purchase a licence and activate my already developed application.Or if I buy another copy from https://th...
I'm developing a broker CRM using metronic 8 (laravel version) and I want to show menu items to respective users based on their roles and permissions.so how can I do that???do we have a "can" property for each menu item or what???