Type
magento2-module
EmizenTech : Shop By Brand
magento2-module
GPL-3.0
None
None
None
None
None
None
Add GIT Repository to composer
composer config repositories.emizentech-magento2-shopbybrand vcs https://github.com/emizentech/magento2-shop-by-brand/
After that, need to install this module as follows:
composer require emizentech/shopbybrand
go to Magento2Project root dir
create following Directory Structure :
/Magento2Project/app/code/Emizentech/ShopByBrand
you can also create by following command:
cd /Magento2Project mkdir app/code/Emizentech mkdir app/code/Emizentech/ShopByBrand
to Enable this module you need to follow these steps:
bin/magento module:enable Emizentech_ShopByBrand
bin/magento setup:upgrade
bin/magento setup:di:compile