Magento 2 Forward and Redirect
In this example, we focus on forward and redirect. Source code can be download from bottom link.
In this example, we focus on forward and redirect. Source code can be download from bottom link.
Hello World Under app/code/ create our first hello world plugin. + [app] + [code] + [Hello] <– namespace + [World] <– module + [etc] + module.xml + registration.php module.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:Module/etc/module.xsd”> <module name=”Hello_World” setup_version=”2.0.0″/> </config> registration.php