Create a module

Module is a structural element of Commerce – the whole system is built upon modules. Typically, the first step in creating a customization is building a module.

Who is this video for?

  • Developers

Steps to add a module

  • Create the module folder.
  • Create the etc/module.xml file.
  • Create the registration.php file.
  • Run the bin/magento setup.
  • Upgrade script to install the new module.
  • Check that the module is working.

Useful resources

On this page