Extension add breadcrumbs to pages in Magento 2 that by default do not have breadcrumbs.
Extension add breadcrumbs to pages in Magento 2 that by default do not have breadcrumbs., (*1)
, (*3)
Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x, (*4)
Go to Magento2 root folder, (*5)
Enter following commands to install module:, (*6)
For Magento CE(EE) 2.0.x, (*7)
composer require faonni/module-breadcrumbs:2.0.*
For Magento CE(EE) 2.1.x, (*8)
composer require faonni/module-breadcrumbs:2.1.*
For Magento CE(EE) 2.2.x, (*9)
composer require faonni/module-breadcrumbs:2.2.*
For Magento CE(EE) 2.3.x, (*10)
composer require faonni/module-breadcrumbs:2.3.*
For Magento CE(EE) 2.4.x, (*11)
composer require faonni/module-breadcrumbs:2.4.*
Wait while dependencies are updated., (*12)
Create a folder {Magento root}/app/code/Faonni/Breadcrumbs, (*13)
Download the corresponding latest version, (*14)
Copy the unzip content to the folder ({Magento root}/app/code/Faonni/Breadcrumbs), (*15)
Go to Magento2 root folder, (*16)
Enter following commands:, (*17)
```bash php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional), (*18)
For Magento CE(EE) 2.0.x, (*19)
In the Magento Admin Panel go to Stores > Configuration > Design > Breadcrumbs., (*20)
, (*21)
For Magento CE(EE) 2.1.x, 2.2.x, 2.3.x, 2.4.x, (*22)
In the Magento Admin Panel go to Content > Configuration > {Your Theme} > Breadcrumbs., (*23)
, (*24)
This works only with modules defined as Composer packages., (*25)
Go to Magento2 root folder, (*26)
Enter following commands to remove database data:, (*27)
```bash php bin/magento module:uninstall -r Faonni_Breadcrumbs, (*28)
Go to Magento2 root folder, (*29)
Enter following commands to remove:, (*30)
composer remove faonni/module-breadcrumbs
Go to Magento2 root folder, (*31)
Enter following commands:, (*32)
```bash php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional), (*33)