December 19, 2019

Magento2 Module detailed structure

Let's see the all possible files that can be found in the Magento 2 module.

This post will show the all of the files of Magento 2. 

Magento module is files grouped together containing blocks, helpers, actions, models in order to provide specific business feature. 

It may be a possibility that one module depends on the other module. 
While creating a Magento module, one can use basic functions of libraries available in the lib and Vendor directory. 

Further to add, modules can be written to implement new functionality or extending the functionality of the other modules. 
Magento module design to work independently. 



Coming soon.