-
Notifications
You must be signed in to change notification settings - Fork 1
Installation Guide
Dmitry Kaplin edited this page Sep 4, 2025
·
1 revision
- Open Magento 2 project and go to the root directory.
composer require epuzzle/magento2-module-import-export- Run needed commands:
php bin/magento setup:upgrade && php bin/magento setup:di:compileif you need please run these commands also:php bin/magento module:enable EPuzzle_ImportExport,php bin/magento setup:static-content:deploy
- Open Magento 2 project and go to the root directory.
- Create a new folder (app/code/EPuzzle/ImportExport).
- Go to the repository.
- Clone the repository to the folder from point 2.
- Run needed commands:
php bin/magento setup:upgrade && php bin/magento setup:di:compileif you need please run these commands also:php bin/magento module:enable EPuzzle_ImportExport,php bin/magento setup:static-content:deploy