I am trying to add Rollbar with: composer require rollbar/rollbar-laravelAnd I get this response: Problem 1 - Root composer.json requires laravel/framework ^9.19, found laravel/framework[v9.19.0, ..., 9.x-dev] but these were not loaded, likely because it conflicts with another require...
Hello,I followed the instructions correctly when installing Python and Django. When I try to start the project by running "python3 manage.py runserver", the dashboard appears correctly at "127.0.0.1:8000/#" but none of the menu options are working. Can you help me understand what the problem mig...
Both NodeJS demos are not loading pages when clicking on any link. More specificaly, when clicking on PAGES -> AUTHENTICATIOn -> LOGIN (ANY LAYOUT) it updates the URL in browser to http://localhost:3000/?page=authentication/layouts/corporate/sign-in but the page does not actually refresh with new co...
I use Metronic 8, Demo 2, Vue, v.8.1.6. For non-changed project doesnt work command npm run build. Execution occurs without errors, but the build results do not display content.
We use a framework called AspNetZero. Its front-end is based on the Metronic theme and uses the generated css bundles from from metronic (likely the Html generated bundles).We have been modifying the theme and styles from Metronic's Angular Demo 1. I have modified the styles in `angular.json` to...
Hello,We are using the react theme and we would like to minimize the requests to the server for the svg assets. Is there a recommended or inbuilt method by metronic on how to load all the svg's in one request, or perhaps any other method to minimize the request volume?Thanks!Tamas
metronic demo 8node v18.12.0npm 9.1.2in the main menu we have profile picture and we have icon setting its drop downso when I click sign out its work then we go to sign in page but the issue is the drop down frezz I mean its stay in login page !
Hello,We purchased a Metronic 4.7.5 license some years ago to develop a web application built with Angular. Can we upgrade to the latest Metronic 8 using the same license or do we need to purchase a new one?Alternatively, we currently own a Metronic 8 license for another web application (als...
Hello, I have Metronic setup correctly and I see this css style in \components\helpers\_text.scss:i { &.bi, &[class^="fonticon-"], &[class*=" fonticon-"], &[class^="fa-"], &[class*=" fa-"], &[class^="la-"], &[class*=" la-"] { line-height: 1; fon...
After publishing application on uat server css disappear. In console i am getting below errorGET http://xxx.xxx.x.x/assets/plugins/global/plugins.bundle.css net::ERR_ABORTED 404 (Not Found)
Hello Devs,I have doubts regarding the HTML documentation in Metronic, Can We use all libraries and all other components in HTML documentation in angular?
Hello, I'm using Keen 3.0.2 and I'm trying to add a script on the same page that has the div to create the drawer. (Following instructions here: https://preview.keenthemes.com/html/keen/docs/general/drawer)When I try using any of the script examples, it doesn't work and I see errors in the conso...
Hello,I'm using the React version of Metronic Theme (Demo 8) and I couldn't change the base API URL.I added an .env file and added the 'REACT_APP_THEME_API_URL' variable in to it, but the requests are still sent to 'http://localhost:3000/undefined/'.I'm not sure why it's happening and how...
Hi there,I would like to test a simple KT Menu component in react. It seems that the button click event does not apply the "show" class to the menu element in the test as expected. Can you please point me in the right direction on how to test KT Menu components?Thanks!
Hi,I want to integrate few feature of demo 5 html version to my demo 5 angular I read the given documentation of demo 5 but it does not provide any information about how to make a basic CRUD using demo5 can you provide any details how we can make a fully functional CRUD in angular demo5 same...