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 menus
Dashboard
MODULES
Account
System
HELP
Documentation
Changelog v8.1.7
How to get everything like in keenthemes website demo.
Hi,
To ensure that we provide you with the correct instructions, could you please let us know which type of Laravel project you are using? We have two types available: the new Laravel starter kit and the legacy Laravel app. The documentation mentioned in https://preview.keenthemes.com/metronic8/laravel/documentation/getting-started/multi-demo/build?demo=demo2 is for the legacy Laravel app.
Thanks
Do you have a documentation of new Laravel starter, to change the demon ?
Hi i am trying to update to new version but didn't find the changing area like earlier:
as mentioned in documentation: https://preview.keenthemes.com/metronic8/laravel/documentation/getting-started/multi-demo/build?demo=demo2
1. In this file app/Providers/AppServiceProvider.php, i din't find theme variable
$theme->setDemo('demo2');
2. config/global/general.php 'use_demo' => false,
Here i didn't find global folder and general file.
Am i looking right documentation?
Hi,
The Keenthemes website demo is actually using the HTML version, which means you can access all demos from the HTML version that comes included in the package.
To change to another demo, you can refer to the documentation of the Laravel app. Here is the link to the Laravel app documentation on changing demos: https://preview.keenthemes.com/metronic8/laravel/documentation/getting-started/multi-demo/build
Thanks