Reputation: 704
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
Reputation: 51
Follow the instruction and you have a clear laravel 7 + metronic installation
Upvotes: 0
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