Download the PHP package vignates/module-import without Composer
On this page you can find all versions of the php package vignates/module-import. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vignates/module-import
More information about vignates/module-import
Files in vignates/module-import
Download vignates/module-import
More information about vignates/module-import
Files in vignates/module-import
Vendor vignates
Package module-import
Short Description Customer Import via CSV & JSON
License proprietary
Package module-import
Short Description Customer Import via CSV & JSON
License proprietary
Please rate this library. Is it a good library?
Informations about the package module-import
Mage2 Module Vignates Import
``Vignates/module-import``
- Main Functionalities
- Installation
- Specifications
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
-
All versions of module-import with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package vignates/module-import contains the following files
Loading the files please wait ....