Tuesday, 7 August 2018

magento 2 create module 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.

No comments:

Post a Comment

Thanks for your comments.