March 2017
Intermediate to advanced
699 pages
14h 28m
English
In order to display data from your extension on the frontend (the public part of the website), the following is necessary:
Follow these steps to extend your module with a frontend web route and output data from a template file:
etc/frontend/routes.xml
<?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd"> <router id="standard"> <route id="sample" frontName="sample"> <module name="Genmato_Sample" ...
Read now
Unlock full access