Metronic (775) HTML (647) Bootstrap 5 (455) Laravel (400) Vue (396) React (367) Angular (289) PHP (270) Datatables (127) Blazor (69) Bootstrap (60) Asp.Net Core (58) SASS (57) License (53) Webpack (52) Design (40) Django (34) RTL (32) Gulp (30) Figma (26) Bootstrap 4 (25) Rails (13) Node.js (10) Flask (6) FullCalendar (3) Spring (2) Icons (2) Express.js (2) DatePicker (0)
Hi,I am unable to do a webpack build of demo39 because the required scripts.demo39.js is missing.Thanks.
Hi!When trying to build using Webpack, the following error is displayed:>> Building metronic bundle...>> Failed to compile metronic bundle!ModuleBuildError: Module build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):ModuleBuildError: Module build failed...
Hello,I have a problem.I want to use Metronic demo8 and demo16 and also use laravel 9 (no matter if it is Vite or Webpack).It is impossible for me to find a viable solution.How can I use Metronic demo8 with laravel 9 please?Regards,w8ing
Hello,I started project from Starter Kit for Rails 7 (bundle asset with Webpack) and activate turbo rails. Everything works fine but not with the dropdown. When click any dropdown (e.g. sidebar), it won't expand the menus. I even tried to change 'DOMContentLoaded' to 'turbolinks:load' on any ass...
Hey SeanAs you know - I do love this theme with all my heart.. but I've found a central approach adopted by the architecture for third party scripts to be a nightmare.ISSUE:When the scripts are compiled with gulp/webpack from the base src into the demo/production versions, and put into a s...
Hi Sean and TeamRe Widget : Active Tasks Widget (KTTimelineWidget4) demo2/dashboards/projects.html, also at id: "#kt_timeline_widget_4_1".I've been looking all through the files and documentation, and can't see anything for this timeline widget (gannt style chart widget). I've looked for it...
Im trying to follow this step :https://preview.keenthemes.com/html/seven-html-pro/docs/getting-started/integration/laravelbut the file datatables.bundle.css and datatables.bundle.js not export to folder public.
I've followed the documentation but can't buildthis error ReferenceError: require is not defined in ES module scope, you can use import instead
I have Laravel metronic project , but when I try to access any routes that doesnot exist, it should show a error page, but im getting a background image always, Im using metroinc 8
Hello, I did everything described here: https://preview.keenthemes.com/html/metronic/docs/getting-started/integration/laravel.Except for the part: The default dev dependency laravel-mixis required for next steps, you should leave it in the npm/package.json.(I am not sure what it means.)Then...
How to setup hot reload in webpack in metronic 7 and react template? what is the config and command to run in a terminal?https://keenthemes.com/metronic7/?page=docs§ion=react-quick-start
I used laravel installation, I followed the steps and used nodejs version 14 but when running npm run dev, I receive this error : [webpack-cli] Error [ERR_REQUIRE_ESM]: Must use import to load ES Module
I'm using the metronic 8, but the build speed is too slow. It takes about four or five minutes I wonder if there is a way to improve it. For example, I want to know if I can use vite instead of webpack-rtl or other packages.
Hello Guys,I am trying to setup metronic in a nx monorepo enviorment, if you have any plans for nx based release or can provide some insights for succesful implementation it would be a great help to me.here are my issues:putting sidebar, topbar etc in a shared lib is causing erro...
I am using Keen v2.1.1 demo5 template in Laravel.The js plugins don't work and none of the icon libraries work, any solution? I attach my package.json and my webpack.mix.jsconst mix = require('laravel-mix');const rimraf = require('rimraf');const path = require('path');/*...
Did yarn upgradegot this result[webpack-cli] Invalid configuration object. Webpack has been initialized using a configuration object that does not match the API schema. - configuration[0].entry['js/widgets.bundle'] should be a non-empty array. -> All modules are loaded upon startup. The...
I work with Xampp and Laravel (Webpack), the Versions before work great, I used exactly your online-workflow, now I get this error-massege:Generating optimized autoload files> Illuminate\Foundation\ComposerScripts::postAutoloadDump> @php artisan package:discover --ansiIn Finder.php line 58...
Hello,I downloaded the Demo1 source for VueJs, however I couldn't compile it, may I ask your help?Node: 16.14.2npm: 8.5.0Metronic: 8.1.2When I run the command npm run start, it comes the following error by the end of compilation:12 problems (12 errors, 0 warnings) like this:[es...
I Have Followed The RTL Version Documentation but still have problems in the webpack-rtl.config,js Like : Failed to load, Error [ERR_REQUIRE_ESM]: Must use import to load ES Module, require() of ES modules is not supported. Please I need t to change the template to the RTL version as soon as possib...
I've been trying to figure this out for a couple of hours and have concluded there is an issue here.I am compiling the Metronic for my laravel project but when the compile finishes, the result is not a complete compile. but there are also no errors.When I compile for DEMO8 - It works fine, m...
How to disable eslint ? because error of "Component name "Content" should always be multi-word vue/multi-word-component-name" this is annoying for me. Just delete eslint on package.json or ? btw i use phpstrom and i have turned off eslint in php strom, but eslint still appears in the browser
Longtime metronic owner here, god I just love this theme.I have been trying to install the Vue version into laravel, following the documentation, but I am encountering several issues.Docs: https://preview.keenthemes.com/metronic8/vue/docs/#/vue-laravel-integration1.) The build is EXTRE...