Skip to content

waqarriaz/HelloWorld_Module_Magento2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Simple-HelloWorld-Module-Magneto2

How to Create Simple Hello World Module in Magento 2.

The above code will allow you to built a very basic Magento 2 module. Once the module is complete it will show a block on front saying “Hello World”

Please make sure you are using the latest Magent 2 edition that is 2.1. Before starting with the module please make sure the following two requirements are met.

Disable Cache:

This saves your time as you don’t have manually flush the cache every now and then.

Turn on developer mode:

Turn on the development mode so you know that what errors Magento is throwing at you.

About

How to create a Hello World module in Magento 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 84.0%
  • HTML 16.0%