Download the PHP package sebwite/magento2-category-sidebar without Composer
On this page you can find all versions of the php package sebwite/magento2-category-sidebar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sebwite/magento2-category-sidebar
More information about sebwite/magento2-category-sidebar
Files in sebwite/magento2-category-sidebar
Download sebwite/magento2-category-sidebar
More information about sebwite/magento2-category-sidebar
Files in sebwite/magento2-category-sidebar
Vendor sebwite
Package magento2-category-sidebar
Short Description Magento 2.0 sidebar
License OSL-3.0 AFL-3.0
Package magento2-category-sidebar
Short Description Magento 2.0 sidebar
License OSL-3.0 AFL-3.0
Please rate this library. Is it a good library?
Informations about the package magento2-category-sidebar
Magento 2.0 Category Sidebar extension
This extension will add the ability to show category tree from a parent or current category in a sidebar. The category can be selected from the Magento2 admin config page.
Installation with composer
- Include the repository:
composer require sebwite/magento2-category-sidebar
- Enable the extension:
php bin/magento --clear-static-content module:enable Sebwite_Sidebar
- Upgrade db scheme:
php bin/magento setup:upgrade
- Clear cache
Installation without composer
- Download zip file of this extension
- Place all the files of the extension in your Magento 2 installation in the folder
app/code/Sebwite/Sidebar
- Enable the extension:
php bin/magento --clear-static-content module:enable Sebwite_Sidebar
- Upgrade db scheme:
php bin/magento setup:upgrade
- Clear cache
Configuration
- Select the root category or current category option you want to use from the config page from the admin panel
- Select children depth level
- Categories will appear in col.left sidebar of the theme
All versions of magento2-category-sidebar with dependencies
PHP Build Version
Package Version
The package sebwite/magento2-category-sidebar contains the following files
Loading the files please wait ....