harriswebworks/categorywidget

Harriswebworks Category List Widget

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 55

Type:magento2-module

1.0.0 2016-05-24 07:10 UTC

This package is auto-updated.

Last update: 2024-09-29 05:48:08 UTC


README

#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.harriswebworks-magento2-category-widget vcs https://github.com/harriswebworks/magento2-category-list-widget/

After that, need to install this module as follows:

  composer require magento/magento-composer-installer
  composer require harriswebworks/categorywidget

Mannual Installation Instructions

go to Magento2Project root dir create following Directory Structure :
/Magento2Project/app/code/Harriswebworks/CategoryWidget you can also create by following command:
cd /Magento2Project
mkdir app/code/Harriswebworks
mkdir app/code/Harriswebworks/CategoryWidget

Enable Harriswebworks/CategoryWidget Module

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