elogic-vendor is a module for Magento 2. It allows to work with vendors, which are linked to products.
composer require zenfork/elogic-vendor
- Open your Magento 2 directory.
- Create folders and go to folder of the module
mkdir -p app/code/Elogic/Vendor && cd app/code/Elogic/Vendor
- Clone the project to current folder
git clone https://github.com/zenfork/elogic-vendor.git .