How can I implement "mega-menu" layout options in menu.php configuration file.
https://flic.kr/p/2nMWs6R
https://flic.kr/p/2nMWs5Z
https://flic.kr/p/2nMVia4
I saw that the views are in the directory "resources/views/layout/demo1/partials/header/_menu/__dashboards.blade.php" but I didn't find how to register them in menu.php, since they have a different structure.
Hi
The mega menu has a different structure and cannot register it using menu.php config. You can customize the mega menu file here based on your own menu; partials/header/_menu/__dashboards.blade.php
You can create a new menu config array. Then call it from this file to build the menu based on the sample HTML structure.
Thanks