STEP-1 and 2 Creating Magento 2 Module
Let’s Create Empty Module Folder app/code/ScandiPWA/SocialShareGraphQl ScandiPWA is [VENDOR] module provider SocialShareGrpahQl [MODULE_NAME]
Now we going to create a blank Magento module and register it in Magento
For that let’s create an etc folder in app/code/ScandiPWA/SocailShareGraphQl <- feather in text <MODULE ROOT>
In <MODULE ROOT>/etc we need to create file module.xml with the following content
ScandiPWA/SocialShareGraphQl/etc/module.xml
3. Create registration.php in <MODULE ROOT>
ScandiPWA/SocialShareGraphQl/registration.php
Congrats!! useful material: Create a new Magento 2 module Working with Magento modules Create Magento App
Last updated