Type
magento2-module
Emizentech Category List Widget
magento2-module
Commercial
None
None
None
None
None
Add GIT Repository to composer
composer config repositories.emizentech-magento2-category-widget vcs https://github.com/emizentech/magento2-category-list-widget/
Since this package is in a development stage, you will need to change the minimum-stability as well to the composer.json file: -
"minimum-stability": "dev",
After that, need to install this module as follows:
composer require magento/magento-composer-installer composer require emizentech/categorywidget
go to Magento2Project root dir
create following Directory Structure :
/Magento2Project/app/code/Emizentech/CategoryWidget
you can also create by following command:
cd /Magento2Project mkdir app/code/Emizentech mkdir app/code/Emizentech/CategoryWidget
to Enable this module you need to follow these steps:
bin/magento module:enable Emizentech_CategoryWidget
bin/magento setup:upgrade
bin/magento setup:di:compile