Create a module definition file in Magento
Learn how to create the Magento module.xml definition file to register and configure your Magento 2 module.
Lesson Content
A file that needs to be created that works in tandem with the registration.php file is a module.xml file. This file makes Magento aware of this module on the framework level.
Magento uses XML files pretty extensively throughout the codebase to control load order of modules, amongst some other things. This XML makes Magento extremely extensible, and drives the entire Magento module ecosystem & and class override process.

Let’s create a folder named etc within the ro...
Join the discussion!
Comments
Want to comment on this lesson?
Enroll in this course to leave comments.