Create a frontend page in Magento 2
Below are steps to how I created a front-end page using a controller in Magento 2.
Create a module
Create folders and paths as this example. Replace AzCodez\Page with your module.
app\code\AzCodez\Page\Controller\Action\Index.php
In Index.php ad...
blog.azcodez.com2 min read