Tag

Posts tagged with routes

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