Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 804 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 804 Bytes

Magento2 Module Creator

This Magento 2 Module Creator will help you to save time on develop application.

See: https://github.com/jucksearm/magento2-module-creator

Version :

  • 100.1.1

Supported versions:

  • Magento v2.1.0

Installation

Composer method

composer require jucksearm/magento2-module-creator "*"

php bin/magento setup:upgrade
php bin/magento cache:flush

To update package

composer update jucksearm/magento2-module-creator

php bin/magento setup:upgrade
php bin/magento cache:flush

Download repository method

Download file: https://github.com/jucksearm/magento2-module-creator/archive/master.zip

Create folder your-magento-path/app/code/Jucksearm/ModuleCreator and extract zip into path.

php bin/magento setup:upgrade
php bin/magento cache:flush