Merry Christmas Magento 2 routing defines a URL of the module. The entire Magento 2 application flow is based on processing URL request and router classes which are responsible for matching and processing that requests. The request URL in Magento 2 is http://example.com/index.php/router_name/controller/action Here, the router_name is used to find the module. When a request […]