Hi ,
I just purchased the Metronic Template.
I am using laravel (bit new to Laravel, previously Java Developer)
I am able to modify the menu for sidebar , but unable to modify the Header menu bar menus.
i have tried to make changes to :
resources/views/layout/partials/header-layout
But changes dosen't seem to take any effect.
For Metronic's header menu customization in Laravel, check the config/menu.php file or published vendor assets. Need mobile-friendly UI tips? See GB WhatsApp download for inspiration on compact menu designs.https://priceinfo.pk/
Hey @faizal
I have tried to change the default layout sidebar to the header
I have followed the all steps you mentioned but I'm facing an error after the changes
InvalidArgumentException
View [partials.theme-mode._main] not found.
\resources\views\layout\partials\header-layout\header\_navbar.blade.php : 44
Hi,
To modify the Header menu bar menus in your project, please follow these steps:
1. Open the file `/starterkit/app/Core/Bootstrap/BootstrapDefault.php`.
2. Look for the line that contains `$this->initDarkHeaderLayout();`.
3. Remove the comment from that line to enable the Dark Header Layout.
Next, proceed with the following steps:
1. Open the file `/starterkit/app/View/Components/DefaultLayout.php`.
2. Locate the line that sets the view path, which should look like this:
return view(config("settings.KT_THEME_LAYOUT_DIR")."._default");
return view(config("settings.KT_THEME_LAYOUT_DIR").". _default_header_layout");