In this post I am going to explain How to add Admin Menu in Magento 2

In Magento 2, we use the menu.xml to add the menu. Follow the steps to create Admin Menu in Magento 2.

Step 1: Create menu.xml on below path and add the below content.

Path: app/code/<vendor>/<module>/etc/adminhtml/menu.xml

Step 2: Add Admin menu items

In above example, we created a level-0 menu named “Hiddentechies” and two submenus named “Manage Items” and “Configuration”.

That’s it.

If you have any query about the above code then you can ask in the comment section below.

Thank You.