Adminhtml

Access Control Lists in Magento 2

Access Control Lists in Magento 2, or ACL, are a way of assigning roles to users who then can access particular resources within the admin area. Several users within the admin panel may require different access to different areas, not to mention you may wish to deny a user access to a certain location. You …

Add a Magento 2 Admin Menu Item

When developers add admin modules to Magento, they may want to know how to add a Magento 2 admin menu item in order to display some custom module content to the user.
The method of doing this is not too dissimilar of how menu items were added in 1.x Magento versions. Instead of adding XML …