Type
magento2-module
Magento 2.0 sidebar
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None
This extension will add the ability to show one of your root categories in a sidebar. The root category can be selected from the Magento2 admin config page.
composer require sebwite/magento2-category-sidebar
php bin/magento --clear-static-content module:enable Sebwite_Sidebar
php bin/magento setup:upgrade
app/code/Sebwite/Sidebar
php bin/magento --clear-static-content module:enable Sebwite_Sidebar
php bin/magento setup:upgrade
Sebwite\Sidebar\Block\Sidebar
in your theme to make this extension work. Example
<block class="Sebwite\Sidebar\Block\Sidebar" name="category-sidebar" template="Sebwite_Sidebar::sidebar.phtml" />