Magento 2 Simple Tips for Store Owners and Developer Tutorials

January 1, 2024

How to upgrade Magento 2.3.x to Magento 2.4.6

How to upgrade Magento 2.3.x to Magento 2.4.6
Best Magento 2 Store Credit Extensions Free and Paid
Best Magento 2 Gift Card Extensions Free and Paid
Best Magento 2 FAQ Extensions Free and Paid
Best Magento 2 One Step Checkout Extensions Free and Paid
Best Magento 2 Blog Extensions Free and Paid
Best Magento 2 Gift Wrap Extensions Free and Paid
Installing Magento 2.4 on CentOs 7
Top Rated Magento 2 Social Login Extensions
How to Configure Payment Methods in Magento 2
How to Add Tax Rates in Magento 2
How to Flush, Enable, Disable Cache Command Line in Magento 2
Magento 2: Enable Captcha
Magento 2: How to install SSL certificate
Magento 2: Change logo and favicon
Magento 2: How to Send Order Confirmation Email After Payment Success
How to add Google Analytics code in Magento 2
May 22, 2020

How to add Google Analytics code in Magento 2

How to add Google Analytics code in Magento 2
Magento 2: Role of Profiler
How to Create Cron Job in Magento 2
May 21, 2020

How to Create Cron Job in Magento 2

How to Create Cron Job in Magento 2
How to create translation csv in Magento 2 ?
May 21, 2020

How to create translation csv in Magento 2 ?

How to create translation CSV in Magento 2?
Magento 2: Four Ways to Add JavaScript
Improve Magento 2 Security
Magento 2 Store Email Configuration
How to speed up Magento 2 website with Lazy Load Products & Images
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
How to upload a new reward icon for Magezend reward point extension?
May 1, 2020

How to upload a new reward icon for Magezend reward point extension?

How to upload a Magezend reward point icon?
How to migrate data from Magento 1 to Magento 2 using Magento Migrate Tool
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
How to create a new Hello world  simple Magento 2 Module ?
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:
  1. Step 1: Create a module folder for Magento 2 modules
  2. Step 2: Declare the module by module.xml
  3. Step 3: Register the module by registration.php
  4. Step 4: Install Setup, Enable the module
  5. Step 5: Create a route for the module
  6. Step 6: Create controller and action