How can you create a custom module in Magento 2?
0
Suppose the model name is βModuleβ. You have to determine it in app/code folder.
It should be: app/code/VendorName/moduleName.
- Create the folder of βModuleβ module
- Create etc/module.xml file
- Create etc/registration.php file
- Enable the module
Sign in to add a comment
0 Answers
0
π No answers yet!
Be the first to answer this interview question.
Your Answer
Sign in to post your answer and help the community.