https://github.com/flancer32/mage2_mod_em34
Magento 2 module to import products for em34.ru
https://github.com/flancer32/mage2_mod_em34
Last synced: about 1 year ago
JSON representation
Magento 2 module to import products for em34.ru
- Host: GitHub
- URL: https://github.com/flancer32/mage2_mod_em34
- Owner: flancer32
- License: bsd-3-clause
- Created: 2018-10-16T11:10:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T05:37:08.000Z (over 7 years ago)
- Last Synced: 2024-04-21T13:53:00.439Z (about 2 years ago)
- Language: PHP
- Size: 43 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mage2_mod_em34
Magento 2 module to import products for em34.ru
## Installation
```bash
$ cd ${MAGE_ROOT}
$ composer require flancer32/mage2_mod_em34
$ ./bin/magento module:enable Em34_App
$ ./bin/magento setup:upgrade
$ ./bin/magento setup:di:compile
```