Skip to content

udhayasuresh/Magento2-Sample-Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Magento2-Sample-Module

  1. App-> code-> SimplifiedMagento-> FirstModule-> etc-> module.xml

  2. App -> code -> SimplifiedMagento -> FirstModule -> registration.php

  3. php bin/magento setup:upgrade

    Adding Function Module

Building Url http://magento.com/tutorial/page/helloword

   Baseurl       Frontend Controller  Action
  1. code -> SimplifiedMagento -> FirstModule -> etc -> frontend -> routes.xml
  2. code -> SimplifiedMagento -> FirstModule -> Controller -> Page -> HelloWorld.php

http://localhost/Magento/tutorial/page/helloworld

===================================

  1. Vendor -> magento -> module-catalog -> etc -> module.xml
  2. Vendor -> magento -> module-catalog -> registration.php
  3. Vendor -> magento -> module-catalog -> etc -> frontend -> routes.xml

https://magento.stackexchange.com/questions/200022/how-to-create-custom-module-development-in-magento-2-from-scratch

About

Magento 2 basic module create file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages