Skip to content

pandurangbabar/magento2-module-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Module Hello World

Purpose of the module:

If you want to learn how to create a custom module in Magento 2 then this module is for you.

Need Magento 2 development help:

I am an expert Magento 2 Developer with 10+ years of Magento development experience.
Please feel free to contact me, if you need Magento 2 development help.

Installation of module:

Note

I installed and tested this module for Magento 2.4.7-p1.

  1. Please take a pull of this repository and add module code in the "app/code/Pmb/Helloworld" folder.
  2. Run below commands
php bin/magento cache:flush 
php bin/magento setup:upgrade 
php bin/magento setup:di:compile 
php bin/magento setup:static-content:deploy -f

Testing of module:

Load the below URL in the browser you will see a "Hello World" message.

http://localhost/helloword/hello/world

ScreenShot Tool -20240816122348

Thank You