studioraz/magento2-breadcrumb

Studio Raz Magento 2 Breadcrumb Module

Installs: 288

Dependents: 0

Suggesters: 0

Security: 0

Stars: 7

Watchers: 2

Forks: 4

Open Issues: 0

Type:magento2-module

1.0.1 2022-02-04 07:42 UTC

This package is auto-updated.

Last update: 2024-04-04 12:18:00 UTC


README

Features

  1. Renders breadcrumbs full path

Installation

  1. To access Studio Raz private packages in Composer, configure authentication for the project:

    composer config --auth http-basic.repo.packagist.com <username> <password>
    
  2. 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
    
  3. Install this module within Magento 2 using composer

    composer require studioraz/magento2-breadcrumb
    
  4. After this, enable the module as usual

    bin/magento mo:e SR_Breadcrumb &&
    bin/magento s:up