Skip to content

Installation Guide

Dmitry Kaplin edited this page Sep 4, 2025 · 1 revision

Installation as a composer package

  1. Open Magento 2 project and go to the root directory.
  2. composer require epuzzle/magento2-module-import-export
  3. Run needed commands: php bin/magento setup:upgrade && php bin/magento setup:di:compile if you need please run these commands also: php bin/magento module:enable EPuzzle_ImportExport, php bin/magento setup:static-content:deploy

Installation from GIT

  1. Open Magento 2 project and go to the root directory.
  2. Create a new folder (app/code/EPuzzle/ImportExport).
  3. Go to the repository.
  4. Clone the repository to the folder from point 2.
  5. Run needed commands: php bin/magento setup:upgrade && php bin/magento setup:di:compile if you need please run these commands also: php bin/magento module:enable EPuzzle_ImportExport, php bin/magento setup:static-content:deploy
Clone this wiki locally