Magento Expert Forum - Improve your Magento experience

Results 1 to 2 of 2

How to create simple module in Magento2?

  1. #1
    New member
    Join Date
    May 2019
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to create simple module in Magento2?

    Module is an important part of Magento2 which helps developers to customize this platform. Each module has its specific functions, therefore, learning how to create a module is the very first basic knowledge for every Magento developer.
    In this blog, we will introduce the way to work with a Magento module with simple functions.


    How to create simple module in Magento2


    Step 1: Create your module folder
    Step 2: Declare your new module
    Step 3: Register your new module
    Step 4: Enable your new module
    Step 5: Create a route name for your new module
    Step 6: Create a controller name and action name for your new module
    Step 7: See the result

    Read more details: http://www.magesolution.com/blog/how...e-in-magento2/

    View more threads in the same category:


  2. #2
    Expert
    Join Date
    Apr 2017
    Location
    Ahmedabad, India
    Posts
    318
    Thanks
    3
    Thanked 3 Times in 2 Posts

    Default

    To create a Hello World module, you need to complete the following high-level steps:

    Step 1: Create the folder of Hello World module
    Step 2: Create the etc/module.xml file
    Step 3: Create an etc/registration.php file
    Step 4: Enable the module
    Want to get full detailed steps to go to this site

    Get in touch with us to see how Hire Dedicated Magento 2 Developers become a life-long partner for end-to-end custom Magento eCommerce website development services

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •