Tag

Posts tagged with admin

Magento 2: Menu items with custom icon in admin panel

/ Magento 2

In many cases when creating extensions in Magento 2, it will be needed to add new menu items in the admin panel. This is quite easy, and I will show you how to do this and also add your custom icon to your main item, as you can also see in the hero image of this article.

READ MORE

Increase admin session lifetime in Magento 2

/ Magento 2

By default, the admin session lifetime in Magento 2 is set to 900 seconds (15 minutes), and most of the time this is quite annoying. As this is a setting in the backend, we can change it quite easily.

READ MORE

Creating admin and frontend controllers in Magento 2

/ Magento 2

Controllers are an important part of an extension if you want to create custom pages, either in backend or frontend. In this tutorial, we will create an admin controller and a frontend controller that will only return a text on the screen.

READ MORE

How to create a basic extension in Magento 2

/ Magento 2

In this tutorial, we will build a basic extension for Magento 2. This extension will not work on its own. However it is the first step in the construction of any extension for Magento 2 of any type, and it is a mandatory step as well.

READ MORE