Coming soon!
- GraphQl UrlResolver
- Category Attribute through Patch
- Webapi Async/ Bulk
- Custom Total
- Easy Email
currently 'System / Config / Setting' Snippet with field type 'select' and source model 'Email Template'
Download your generated module here:
Download generated module
or
Download me a coffee
Or download and extract the module in the root of you project folder with curl:
mkdir -p app/code && curl https://mage2gen.com/download/module/latest.tar | tar xzCk app/code
If curl is not installed, the wget version:
wget https://mage2gen.com/download/module/latest.tar && mkdir -p app/code && tar xzfk latest.tar -C app/code && rm latest.tar
If you like Mage2Gen, please star or fork the project on Github.
Tweet the download link to your module directly!
Mage2Gen is an easy to use open source module generator for Magento 2. With the extensive interface the user can easily generate base code for a Magento 2 module.
The following parts can be generated by Mage2Gen: controllers, models, blocks, template files, plugins (the new rewrites), observer, console scripts and product attributes. Even more will be added in future updates.
Once logged in, you can save all of the generated modules. This enables you to go back to a module and generate a part that you possibly forgot when you initially created the module.
When the module is complete, you can download it as a zipfile or immediately install it with the provided wget shell command!
You can help Mage2Gen by reporting bugs, suggesting features, sharing it with others or by creating a pull request with fixes or features.
If you want to create you own snippet, check out this blog how to create a Mage2Gen snippet.