studioraz / magento2-breadcrumb
Studio Raz Magento 2 Breadcrumb Module
Installs: 455
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 3
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: *
- studioraz/magento2-base: *
This package is auto-updated.
Last update: 2024-11-04 13:35:01 UTC
README
Features
- Renders breadcrumbs full path
Installation
-
To access Studio Raz private packages in Composer, configure authentication for the project:
composer config --auth http-basic.repo.packagist.com <username> <password>
-
Set up the custom repository with the following command
composer config repositories.private-packagist composer https://repo.packagist.com/studioraz/ composer config repositories.packagist.org false
-
Install this module within Magento 2 using composer
composer require studioraz/magento2-breadcrumb
-
After this, enable the module as usual
bin/magento mo:e SR_Breadcrumb && bin/magento s:up