How can I implement "mega-menu" layout options in menu.php configuration file.
https://flic.kr/p/2nMWs6R
https://flic.kr/p/2nMWs5Z
https://flic.kr/p/2nMVia4
I 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...
Hello I want to setup new laravel project by using the html version of Metronic 8
but it's not working in Laravel
I followed the guide video which is version of html setup
I have assets, layout, pages, partials, and index.php
and 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...
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/...
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 project
Design 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 Signup
2. Main page
3....
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/4PBhP0G
Can 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,
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 error
Module 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...