jucksearm / magento2-module-creator
Magento 2 Module Creator 将帮助您在开发应用程序上节省时间。
dev-master / 100.1.x-dev
2016-07-07 08:29 UTC
Requires
- php: >5.3 || ^7.0
- composer/composer: @alpha
- magento/framework: 100.1.*
This package is not auto-updated.
Last update: 2024-09-14 19:04:13 UTC
README
此 Magento 2 Module Creator 将帮助您在开发应用程序上节省时间。
查看: https://github.com/jucksearm/magento2-module-creator
版本
- 100.1.1
支持版本
- Magento v2.1.0
安装
Composer 方法
composer require jucksearm/magento2-module-creator "*"
php bin/magento setup:upgrade
php bin/magento cache:flush
更新包
composer update jucksearm/magento2-module-creator
php bin/magento setup:upgrade
php bin/magento cache:flush
下载仓库方法
下载文件: https://github.com/jucksearm/magento2-module-creator/archive/master.zip
在路径 your-magento-path/app/code/Jucksearm/ModuleCreator 中创建文件夹,并将 zip 文件解压到该路径。
php bin/magento setup:upgrade
php bin/magento cache:flush