How to create a custom module in Magento?
0
- Create a module directory (Vendor_Modulename).
- Create etc/module.xml files for your module.
- Then, create the registration.php file.
- Create composer.json file (Optional)
- Run the bin/magento setup upgrade command (./bin/magento setup:upgrade) to install the new module
- Ensure that the new module is working properly or not.
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.