PHPackages                             webikevn/breadcrumbs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. webikevn/breadcrumbs

ActiveLibrary

webikevn/breadcrumbs
====================

A simple Laravel-style way to create breadcrumbs.

v6.1.0(5y ago)06MITPHPPHP ^7.2 || ^8.0

Since Oct 18Pushed 5y ago1 watchersCompare

[ Source](https://github.com/webikevn/breadcrumbs)[ Packagist](https://packagist.org/packages/webikevn/breadcrumbs)[ Docs](https://github.com/diglactic/laravel-breadcrumbs)[ RSS](/packages/webikevn-breadcrumbs/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (6)Versions (7)Used By (0)

[![Laravel Breadcrumbs](logo.svg)](logo.svg)

 [![Build Status](https://camo.githubusercontent.com/b547bf2a4e3b8a63b95170e051ccb3dea1f77246dac8bc630638daca352701df/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6469676c61637469632f6c61726176656c2d62726561646372756d62732f7465737473)](https://github.com/diglactic/laravel-breadcrumbs/actions?query=workflow%3Atests) [![Total Downloads](https://camo.githubusercontent.com/eaa3b1aee11eded95202f8958bedd3567e6f3dd9bd01644dd5189bce7feb613f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6469676c61637469632f6c61726176656c2d62726561646372756d6273)](https://packagist.org/packages/diglactic/laravel-breadcrumbs) [![Latest Stable Version](https://camo.githubusercontent.com/ef938e45763b6eb9063e460c29bc0d1f0a85eef3d03e2311b784d6541929c667/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6469676c61637469632f6c61726176656c2d62726561646372756d6273)](https://packagist.org/packages/diglactic/laravel-breadcrumbs) [![License](https://camo.githubusercontent.com/aba4e80159eb0b7a68357be826cd2d70250601686e0f1d975f70900787775e46/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6469676c61637469632f6c61726176656c2d62726561646372756d6273)](https://packagist.org/packages/diglactic/laravel-breadcrumbs)

Introduction
------------

[](#introduction)

A simple Laravel-style way to create breadcrumbs.

This project is the [official fork](https://newsroom.diglactic.com/laravel-breadcrumbs/) of the fantastically original [Laravel Breadcrumbs by Dave James Miller](https://github.com/davejamesmiller/laravel-breadcrumbs) and wouldn't have been possible without [a bunch of awesome day-one contributors](https://github.com/davejamesmiller/laravel-breadcrumbs/graphs/contributors). Thanks, all!

Table of Contents
-----------------

[](#table-of-contents)

- [Compatibility Chart](#compatibility-chart)
- [Getting Started](#getting-started)
- [Defining Breadcrumbs](#defining-breadcrumbs)
- [Custom Templates](#custom-templates)
- [Outputting Breadcrumbs](#outputting-breadcrumbs)
- [Structured Data](#structured-data)
- [Route-Bound Breadcrumbs](#route-bound-breadcrumbs)
- [Advanced Usage](#advanced-usage)
- [FAQ](#faq)
- [Troubleshooting](#troubleshooting)
- [Contributing](#contributing)
- [License](#license)

Compatibility Chart
-------------------

[](#compatibility-chart)

LaravelLaravel Breadcrumbs8.x6.x7.x6.x6.x6.xFor older Laravel versions, you'll need to use the [original GitHub project](https://github.com/davejamesmiller/laravel-breadcrumbs).

Getting Started
---------------

[](#getting-started)

### 1. Install Laravel Breadcrumbs

[](#1-install-laravel-breadcrumbs)

```
composer require diglactic/laravel-breadcrumbs
```

### 2. Define your breadcrumbs

[](#2-define-your-breadcrumbs)

Create a file called `routes/breadcrumbs.php` that looks like this:

```
