zenfork / elogic-vendor
A Magento 2 module that creates Vendors. Vendors used to connect them with products
Package info
github.com/zenfork/elogic-vendor
Type:magento2-module
pkg:composer/zenfork/elogic-vendor
0.0.3
2020-01-16 13:06 UTC
Requires
- php: >=7.0
- magento/framework: >=100.0.4
This package is auto-updated.
Last update: 2026-03-17 03:28:02 UTC
README
elogic-vendor is a module for Magento 2. It allows to work with vendors, which are linked to products.
Install via Composer
composer require zenfork/elogic-vendor
Install manually:
- 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 .