Skip to content

webvisum/magento2-category-list-widget

 
 

Repository files navigation

magento2-category-list-widget

#Features

  • Add Category List Any Where
  • Automatic Pick Default Store Category as Parent
  • Category Image into List
  • Can Manage Image Size
  • Can Assign Custom Parent Category

Composer Installation Instructions

Add GIT Repository to composer
composer config repositories.emizentech-magento2-category-widget vcs https://github.com/emizentech/magento2-category-list-widget/

After that, need to install this module as follows:

  composer require magento/magento-composer-installer
  composer require emizentech/categorywidget

Mannual Installation Instructions

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

Enable Emizentech/CategoryWidget Module

to Enable this module you need to follow these steps:
  • Enable the Module
    bin/magento module:enable Emizentech_CategoryWidget
  • Run Upgrade Setup
    bin/magento setup:upgrade
  • Re-Compile (in-case you have compilation enabled)
    bin/magento setup:di:compile

About

Magento2 Category List Widget

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 75.6%
  • HTML 24.4%