vignates/module-import
Composer 安装命令:
composer require vignates/module-import
包简介
Customer Import via CSV & JSON
README 文档
README
``Vignates/module-import``
Main Functionalities
Customer Import via CSV & JSON
Installation
* = in production please use the --keep-generated option
Type 1: Zip file
- Unzip the zip file in
app/code/Vignates - Enable the module by running
php bin/magento module:enable Vignates_Import - Apply database updates by running
php bin/magento setup:upgrade - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Install the module composer by running
composer require vignates/module-import - enable the module by running
php bin/magento module:enable Vignates_Import - apply database updates by running
php bin/magento setup:upgrade - Flush the cache by running
php bin/magento cache:flush
Specifications
- Console Command
- JSON profile - Place json inside var/import/ folder
-
php bin/magento customer:import sample-json var/import/sample.json - CSV profile - Place CSV inside var/import/ folder
-
php bin/magento customer:import sample-csv var/import/sample.csv
- JSON profile - Place json inside var/import/ folder
-
统计信息
- 总下载量: 4
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2021-11-14