Skip to content

Instantly share code, notes, and snippets.

@azazqadir
Created September 20, 2017 14:17
Show Gist options
  • Save azazqadir/7ce5ea37b646777d7c130f82d31c8e73 to your computer and use it in GitHub Desktop.
Save azazqadir/7ce5ea37b646777d7c130f82d31c8e73 to your computer and use it in GitHub Desktop.
Creating a module in Magento 2. Source: https://magenticians.com/create-module-in-magento-2/
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Magenticians_Mymodule" setup_version="2.0.0" />
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment