{"id":18689065,"url":"https://github.com/karliuka/m2.breadcrumbs","last_synced_at":"2025-04-12T05:38:29.439Z","repository":{"id":56981560,"uuid":"57237169","full_name":"karliuka/m2.Breadcrumbs","owner":"karliuka","description":"Magento2. Extension add breadcrumbs to pages in Magento2 that by default do not have breadcrumbs.","archived":false,"fork":false,"pushed_at":"2021-09-09T19:56:43.000Z","size":159,"stargazers_count":15,"open_issues_count":2,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-12T05:38:23.054Z","etag":null,"topics":["breadcrumbs","magento2","magento2-breadcrumbs","magento2-extension"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"osl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/karliuka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-04-27T18:40:07.000Z","updated_at":"2025-03-19T05:59:41.000Z","dependencies_parsed_at":"2022-08-21T08:40:50.947Z","dependency_job_id":null,"html_url":"https://github.com/karliuka/m2.Breadcrumbs","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karliuka%2Fm2.Breadcrumbs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karliuka%2Fm2.Breadcrumbs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karliuka%2Fm2.Breadcrumbs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/karliuka%2Fm2.Breadcrumbs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/karliuka","download_url":"https://codeload.github.com/karliuka/m2.Breadcrumbs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248525168,"owners_count":21118616,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["breadcrumbs","magento2","magento2-breadcrumbs","magento2-extension"],"created_at":"2024-11-07T10:39:55.411Z","updated_at":"2025-04-12T05:38:29.412Z","avatar_url":"https://github.com/karliuka.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Magento2 Breadcrumbs\n\nExtension add breadcrumbs to pages in Magento 2 that by default do not have breadcrumbs.\n\n[![Total Downloads](https://poser.pugx.org/faonni/module-breadcrumbs/downloads)](https://packagist.org/packages/faonni/module-breadcrumbs)\n[![Latest Stable Version](https://poser.pugx.org/faonni/module-breadcrumbs/v/stable)](https://packagist.org/packages/faonni/module-breadcrumbs)\n\n\u003cimg alt=\"Magento2 Breadcrumbs\" src=\"https://karliuka.github.io/m2/breadcrumbs/account.png\" style=\"width:100%\"/\u003e\n\n## Compatibility\n\nMagento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x\n\n## Install\n\n#### Install via Composer (recommend)\n\n1. Go to Magento2 root folder\n\n2. Enter following commands to install module:\n\n    For Magento CE(EE) 2.0.x\n\n    ```bash\n    composer require faonni/module-breadcrumbs:2.0.*\n    ```\n\n    For Magento CE(EE) 2.1.x\n\n    ```bash\n    composer require faonni/module-breadcrumbs:2.1.*\n\n    ```\n    For Magento CE(EE) 2.2.x\n\n    ```bash\n    composer require faonni/module-breadcrumbs:2.2.*\n    ```\n\n    For Magento CE(EE) 2.3.x\n\n    ```bash\n    composer require faonni/module-breadcrumbs:2.3.*\n    ```\n\n    For Magento CE(EE) 2.4.x\n\n    ```bash\n    composer require faonni/module-breadcrumbs:2.4.*\n    ```\n\n   Wait while dependencies are updated.\n\n#### Manual Installation\n\n1. Create a folder {Magento root}/app/code/Faonni/Breadcrumbs\n\n2. Download the corresponding [latest version](https://github.com/karliuka/m2.Breadcrumbs/releases)\n\n3. Copy the unzip content to the folder ({Magento root}/app/code/Faonni/Breadcrumbs)\n\n### Completion of installation\n\n1. Go to Magento2 root folder\n\n2. Enter following commands:\n\n    ```bash\n    php bin/magento setup:upgrade\n    php bin/magento setup:di:compile\n    php bin/magento setup:static-content:deploy  (optional)\n\n### Configuration\n\nFor Magento CE(EE) 2.0.x\n\nIn the Magento Admin Panel go to *Stores \u003e Configuration \u003e Design \u003e Breadcrumbs*.\n\n\u003cimg alt=\"Magento2 Breadcrumbs\" src=\"https://karliuka.github.io/m2/breadcrumbs/config-2.png\" style=\"width:100%\"/\u003e\n\nFor Magento CE(EE) 2.1.x, 2.2.x, 2.3.x, 2.4.x\n\nIn the Magento Admin Panel go to *Content \u003e Configuration \u003e {Your Theme} \u003e Breadcrumbs*.\n\n\u003cimg alt=\"Magento2 Breadcrumbs\" src=\"https://karliuka.github.io/m2/breadcrumbs/config.png\" style=\"width:100%\"/\u003e\n\n## Uninstall\nThis works only with modules defined as Composer packages.\n\n#### Remove database data\n\n1. Go to Magento2 root folder\n\n2. Enter following commands to remove database data:\n\n    ```bash\n    php bin/magento module:uninstall -r Faonni_Breadcrumbs\n\n#### Remove Extension\n\n1. Go to Magento2 root folder\n\n2. Enter following commands to remove:\n\n    ```bash\n    composer remove faonni/module-breadcrumbs\n    ```\n\n### Completion of uninstall\n\n1. Go to Magento2 root folder\n\n2. Enter following commands:\n\n    ```bash\n    php bin/magento setup:upgrade\n    php bin/magento setup:di:compile\n    php bin/magento setup:static-content:deploy  (optional)\n\n* [Breadcrumbs from Magento](https://github.com/karliuka/m1.Breadcrumbs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarliuka%2Fm2.breadcrumbs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarliuka%2Fm2.breadcrumbs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarliuka%2Fm2.breadcrumbs/lists"}