Main Menu
🛠️
Tools
❓
Questions
📝
Quiz
✍️
Test
🎯
GK
Useful Links
SEARCH
Account
More
How to create a custom module in Magento?
Asked: Apr 15, 2023
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.
Asked by
brijesh
Answers (0)
No answers yet. Be the first to answer!