Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 401 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 401 Bytes

#Magento 2 Frontend : How to call category collection on home page

More infos visit our magento 2 blog post: http://ibnab.com/en/blog/magento-2

Or Visit our store : http://store.ibnab.com ##Manual installation :

download from github

past in your folder app/code

enable extension in app/etc/config.php by adding 'Ibnab_CategoriesSide' => 1,

and execute the command php bin/magento setup:upgrade