Hey Guys,I have used starterkit as a base for the conversion of a Metronic v6 app to a Metronic v8 app.I have been successful in all aspects except now I was testing the 'reset password' facility and have gotten as far as getting the reset mail link in an email.However, it then redirects me...
I implemented Metronic laravel version on Laravel 10 fresh installation and have been battling with the following error:Call to undefined function App\Core\Bootstrap\addHtmlAttribute(),Meanwhile, the function is defined as follows in the AppServiceProviderpublic function boot() {...
Hey Guys,Suggestion: For the form-switch - have a unchecked focus colour so that when you are filling in the form and TAB through elements - you can tell when a switch has focus.eg:.form-switch.form-check-solid .form-check-input:not(:checked):focus { background-color: var(--bs-gr...
I purchased the theme a week ago, i am trying to install locally. Currently i got few issues:1. How to switch to another demo layout, default seems to be demo1. I tried changing value in config/settings.php > default value but no luck.2. The sidebar is very different, it have only following...
Hi,I want to add the forms on a web page. Are there any forms provided? If yes, how can I add those forms to my web page? Can I add bootstrap forms on any web page?
I want to use a simple ajax function in Laravel, I am familiar with jQuery ajax and I read in docs metronic8 does not use jQuery. I want to know, is it okay to include jQuery or metronic8 have anything to perform Ajax?
Dear Team i am using laravel version 8.1.7, i could not figure out the bootstrap file where i need to enabledimport Echo from 'laravel-echo';window.Pusher = require('pusher-js');window.Echo = new Echo({ broadcaster: 'pusher', key: 'mykey', wsHost: window.location.hostname,...
Hi,I am using Metronic 8.1.7 Laravel App. How can I create a new page having a form and uploading file. I create a new entry in menu.php file, crated a blade file. I don't know where I need to define route. It looks we do not need to define it web.php.
Hi TeamI'm getting this error when I try to run the npm run dev --demo7in Laravel theme app,1 WARNING in child compilations (Use 'stats.children: true' resp. '--stats-children' for more details)ERROR in ./resources/assets/core/plugins/custom/typedjs/typedjs.js 3:15-47Mod...
when run npm dev --demo7 on laravel instalationthe following error comes and getting browser msg "This site isn't working" PHP Fatal error: Uncaught InvalidArgumentException: View [layout.demo1._content.
i am using the latest version of metronic theme vue in laravel.Most of the things are working fine and I have even including import { initializeComponents } from "@/core/plugins/keenthemes"; in app.vuebut many components such as tab, drop down are not working.For example, if I try to...
Hi,I'm testing Laravel starter kit v8.1.8.On Yarn cmd, I get the following warningwarning package.json: "dependencies" has dependency "axios" with range "^0.21.1" that collides with a dependency in "devDependencies" of the same name with version "^1.1.3"warning "dependencies" has depende...
Hi there, I am using Metronic V8.1.7 Laravel and have the application setup and running correctly. Everything is working as expected apart from bootstrap icons are not displaying. The only way I have managed to get them working is by including the src ref in the master layout file:
Hi, I was trying to use Alpine JS into my Laravel project. I declared them in resources/js/app.jsand in my webpack.mix.js file, i declard them as shown in image. Now it gives error as KTUtil is not defined after running `npm run dev` command.Link to Images:https://imgur.com/a/4kEzjXf
Hey,i was wondering if it is possible to include the demo3 data into my Metronic 8 Laravel theme?I tried to install it via “npm run dev —demo3” and it worked but how do I change the style to demo3 because it’s still the demo1 default css style.Greetings!
I`ve download a laravel package containing 9 demos.I`m using demo2 and the icons and text on the top are gray.it should be White. I ran:npm run dev --demo2What am i doing wrong?