Download the PHP package ziaur1/vmlimport without Composer
On this page you can find all versions of the php package ziaur1/vmlimport. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ziaur1/vmlimport
More information about ziaur1/vmlimport
Files in ziaur1/vmlimport
Download ziaur1/vmlimport
More information about ziaur1/vmlimport
Files in ziaur1/vmlimport
Vendor ziaur1
Package vmlimport
Short Description Customer Data Import Via Csv and Json Using command line
License proprietary
Package vmlimport
Short Description Customer Data Import Via Csv and Json Using command line
License proprietary
Please rate this library. Is it a good library?
Informations about the package vmlimport
-
Installation: 1.1 Method One:
- Code is in a Zip file format named Vml.zip
- Unzip the zip file in magento_solution_directory/app/code folder
- Run the following commands to install the module
- php bin/magento setup:di:compile && php bin/magento setup:upgrade
- Flush the cache by running
- php bin/magento cache:flush
- Place the JSON and CSV files at following path
- magento_solution_directory/var/import/
1.2. Method Two:
- Please execute the following two commands in order to set Composer to accept dev releases
- composer config minimum-stability dev
- composer config prefer-stable true
- For the installation of the module, please run
- composer require ziaur1/vmlimport (It will install the module under directory magento_solution_director/vendor)
- Once installed, please run
- php bin/magento setup:di:compile && php bin/magento setup:uphgrade && php bin/magento module:enable Vml_Import
- Flush the cache by running following command
- php bin/magento cache:flush
- Usage
- Please run the following commands to import data from given sample files
- For JSON Profile
php bin/magento customer:import sample-json var/import/sample.json
- For CSV Profile
-
php bin/magento customer:import sample-csv var/import/sample.csv
All versions of vmlimport with dependencies
PHP Build Version
Package Version
The package ziaur1/vmlimport contains the following files
Loading the files please wait ....