Get 2024 Templates Mega Bundle!$1000 worth of 19 Bootstrap HTML, Vue & React Templates + 3 Vector Sets for just $99
Get for 99$

Tag: Laravel (853)

Downloaded the latest version Metronic from your site for Laravel. And I could not even reach the migration. Error at the sixth stage.Generating optimized autoload files> Illuminate\Foundation\ComposerScripts::postAutoloadDump> @php artisan package:discover --ansi Illuminate\Da...
Hello,I have bought the Metronic theme a few months ago and I want to develop a project with it on a server with PHP 7.4 so I need a version with Laravel 8 and not with Laravel 9. However on my Envato account I do not have the possibility to download previous versions of Metronic.Is it possi...
Hello, we build this website https://nachhaltigesuche.de/. but now we have the problem with every search the hole design design from the search results is changing (On the destop we have now a mobile view). What can we do? (We use Metronic, last version, Laravel)
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...
How can I upgrade to php8 in metronic 8? Will it cause errors?I want to install composer packages but they require php 8.
Hi All, I am getting the below error message. Can you please investigate and inform me how best to fix this?Illuminate\Database\QueryException SQLSTATE[42S02]: Base table or view not found: 1146 Table 'gogeeper_admin.settings' doesn't exist (SQL: select * from `settings`) at ven...
So I have a Metronic 8 Laravel 9 app which uses blade. I'd like to switch to a clean Laravel 9 app with Metronic on the frontend using Vue. I followed this tutorial: https://preview.keenthemes.com/metronic8/vue/docs/#/vue-laravel-integration, but I could not get it to work. Asked a question a...
Hi,I'm using Metronic 8 with Laravel, and there are some tables such as 'roles', 'permissions', 'role_has_permissions', 'model_has_roles' and 'model_has_permissions' to handle authorization.I couldn't figure out how to use these tables, especially last two tables. Also, there is no field in a...
Good day,I've been trying to install this template on laravel for days, but I fail every timeCan somebody help me?
hello, i want to add some elements or dashboard completely to the laravel version. How can I do it the best and most efficient way. Thanks in advance
Hi;When can commit 8.1.3 to github ? Because i wanna update my project with new version. Have a nice day
The changes I make in the settings in general.php have no effect. e.g;// Aside 'aside' => array( 'display' => true, // Display aside 'theme' => 'light', // Set aside theme(dark|light) 'menu' => 'main'...
How can I upgrade the project that uses metronic v8.1.2 to 8.1.3?
hi i'm getting this setup and i want to add a new menu element but only show it to certain people? i can add elements to the array in menu.php so they show up, but i wanted to do something likeif(auth()->id == 123){"special hidden menu item"}but this fails because auth is not available a...
When switching to 'Dark mode' with the Laravel version (or overruling by adding data-theme-mode="dark" to the html tag) the look is not similar to the html version or webdemo.For example the logo is not changing color.Is this a bug or a setting?
ERROR in ./resources/sass/app.scssModule build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):ModuleBuildError: Module build failed (from ./node_modules/sass-loader/dist/cjs.js):SassError: Expected identifier. ╷89 │ .1{ │ ^ ╵ resou...
What is the most updated version of Keen v2, i actually have the 2.1.1 version and it comes with many errors
I would like to request the implementation of the page loader in Laravel versions.Even setting the options in demo1/general.php the page loader doesn't work.Layout => loader => display => trueandLayout => loader => type=> (any option)
I'm using the menu for my "Filters" like in the examples. I want to not close the menu unless the user will click on the close button.I tried data-kt-menu-static="true" and data-kt-menu-permanent="true" but it doesnt work.Any can help how to use the static and permanent option properly?
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');/*...
I am using demo1 laravel version and the ecommerce and other apps as they are shown in HTML are not there.Apps->ecommerce->catalog->projects does not exist in laravel. How can I integrate it?I am using metroni v8.1.2
I have succeeded in setup metronic 8 laravle package on my laptop, now i want to deploy it to cpanel. but i dont understand how to make it work. i have upload it and set the index path to public folder, but it just simply dont work on cpanel. the error state that unable to handle this request. do i...