January 14, 2021
Magento 2 Simple Tips for Store Owners and Developer Tutorials

May 22, 2020
How to add Google Analytics code in Magento 2
How to add Google Analytics code in Magento 2

May 21, 2020
How to create translation csv in Magento 2 ?
How to create translation CSV in Magento 2?

May 17, 2020
How to speed up Magento 2 website with Lazy Load Products & Images
How to speed up Magento 2 sites with Lazy Load Products & Images

May 1, 2020
How to upload a new reward icon for Magezend reward point extension?


March 24, 2020
How to migrate data from Magento 1 to Magento 2 using Magento Migrate Tool
Migrate data from Magento 1 to Magento 2

September 4, 2017
How to create a new Hello world simple Magento 2 Module ?
In this topic, we will create a module in Magento
2 and learn about Magento 2 modules. It’s following by 6 steps:
- Step 1: Create a module folder for Magento 2 modules
- Step 2: Declare the module by module.xml
- Step 3: Register the module by registration.php
- Step 4: Install Setup, Enable the module
- Step 5: Create a route for the module
- Step 6: Create controller and action