rahulpatidar0908/magento2-module-vml-customerimport
最新稳定版本:1.0.5
Composer 安装命令:
composer require rahulpatidar0908/magento2-module-vml-customerimport
包简介
Create customer profiles by CLI source
README 文档
README
Customer import module is used to import the customers by CLI and create customer profiles in bulk.
PHP & Composer versions
Magento Version 2.4.7 php 8.3 composer 2.0
Installation
Official installation method is via composer and its packagist package rahulpatidar0908/magento2-module-vml-customerimport.
$ composer require rahulpatidar0908/magento2-module-vml-customerimport
$ php bin/magento module:enable VML_CustomerImport
$ php bin/magento setup:upgrade
$ php bin/magento setup:di:compile
$ php bin/magento setup:static-content:deploy -f
Setup & Configuration
=====================
By default, the temporary directory will be inside vendor directory and will have write permissions from `post_install` composer script.
After successfull installation of module run below commands to import the customers:
====================
$ php bin/magento customer:import CustomerImport-csv CustomerImport.csv
$ php bin/magento customer:import CustomerImport-json CustomerImport.json
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-04-19