RazaUsman_k
RazaUsman_k

Reputation: 704

metronic theme integration in laravel

I have downloaded metronic_v7.0.0 and now i wanted to integrate it with laravel

i am following this tutorial but in step 3 the path specified are not in my metronic folder

app.js

import '../demo1/tools/webpack/vendors/global';
import '../demo1/tools/webpack/scripts';

app.scss

// base style
@import "../demo1/src/sass/style";

// skins for demo1 only
@import "../demo1/src/sass/global/layout/aside/skins/dark";
@import "../demo1/src/sass/global/layout/brand/skins/dark";
@import "../demo1/src/sass/global/layout/header/skins/base/light";
@import "../demo1/src/sass/global/layout/header/skins/menu/light";

in metronic folder there is a theme named "html_laravel" it uses demo 1 and i have easily integrated it with this tutorial however this "html_laravel" theme supports only demo1

what should i do if want to integrate demo2 or demo 3 ... etc into laravel

Upvotes: 0

Views: 2913

Answers (2)

Maaax i
Maaax i

Reputation: 51

  1. Create a https://github.com account (if you don't have one)
  2. Send request to their repository https://keenthemes.com/metronic/?page=github
  3. Navigate to : https://github.com/KeenthemesHub/Metronic/tree/master/theme/html_laravel/demo1/skeleton

Follow the instruction and you have a clear laravel 7 + metronic installation

Upvotes: 0

electrolinks
electrolinks

Reputation: 26

Yes contact support at https://keenthemes.com/theme-support/?envato_item_id=4021469

I understand what your are trying to do but they don't support the other themes for Laravel. See here: https://preview.themeforest.net/item/metronic-responsive-admin-dashboard-template/full_screen_preview/4021469

Upvotes: 1

Related Questions