PHPackages                             rivalex/laravel-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. rivalex/laravel-breadcrumbs

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

rivalex/laravel-breadcrumbs
===========================

A simple Laravel-style way to create breadcrumbs with Font Awesome support.

1.0.6(4y ago)2151MITPHPPHP ^8.0CI failing

Since Apr 21Pushed 4y ago2 watchersCompare

[ Source](https://github.com/rivalex/laravel-breadcrumbs)[ Packagist](https://packagist.org/packages/rivalex/laravel-breadcrumbs)[ Docs](https://github.com/rivalex/laravel-breadcrumbs)[ RSS](/packages/rivalex-laravel-breadcrumbs/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (4)Versions (7)Used By (0)

**Thanks to DaveJamesMiller for greate Work!!**

This is a fork of [DaveJamesMiller / Laravel Breadcrumbs](https://github.com/davejamesmiller/laravel-breadcrumbs) project that is archived.

---

Laravel Breadcrumbs
===================

[](#laravel-breadcrumbs)

[![Build Status](https://camo.githubusercontent.com/d49d46ad41932ed946bb047d884f2055e4dc4f47217b37f5f11bffa367e624fd/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726976616c65782f6c61726176656c2d62726561646372756d62732f6261646765732f6275696c642e706e673f623d726976616c6578)](https://scrutinizer-ci.com/g/rivalex/laravel-breadcrumbs/build-status/rivalex)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0f1f3017f0bba7754f548fe308ae4f292d0798f4c68cef1616c1446a59d0f155/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726976616c65782f6c61726176656c2d62726561646372756d62732f6261646765732f7175616c6974792d73636f72652e706e673f623d726976616c6578)](https://scrutinizer-ci.com/g/rivalex/laravel-breadcrumbs/?branch=rivalex)[![Code Intelligence Status](https://camo.githubusercontent.com/1d30eafb1d75cbaa2ad163cab1a53c64fb74416028195baf8d21393d0e48112b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f726976616c65782f6c61726176656c2d62726561646372756d62732f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d726976616c6578)](https://scrutinizer-ci.com/code-intelligence)[![Latest Stable Version](https://camo.githubusercontent.com/d8bbd352503612128f4f5499964646510f9deb7a1f509311a0be300585d4cc73/68747470733a2f2f706f7365722e707567782e6f72672f726976616c65782f6c61726176656c2d62726561646372756d62732f762f737461626c65)](https://packagist.org/packages/rivalex/laravel-breadcrumbs)[![Total Downloads](https://camo.githubusercontent.com/f6e5846acb1f39a4aeae804a0b9999c570a8a7e92ad61bdca0f38dd61bf33db7/68747470733a2f2f706f7365722e707567782e6f72672f726976616c65782f6c61726176656c2d62726561646372756d62732f646f776e6c6f616473)](https://packagist.org/packages/rivalex/laravel-breadcrumbs)[![License](https://camo.githubusercontent.com/7dd064fb994dbbc1e56d90159c6ccc684adf347d4c0d2808af74ee76b3d3d056/68747470733a2f2f706f7365722e707567782e6f72672f726976616c65782f6c61726176656c2d62726561646372756d62732f6c6963656e7365)](https://packagist.org/packages/rivalex/laravel-breadcrumbs)

A simple [Laravel](https://laravel.com/)-style way to create breadcrumbs.

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)
- [API Reference](#api-reference)
- [FAQ](#faq)
- [Troubleshooting](#troubleshooting)
- [Contributing](#contributing)
- [No Technical Support](#no-technical-support)
- [Changelog](#changelog)
- [License](#license)

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

[](#compatibility-chart)

Laravel BreadcrumbsLaravelPHP**1.0.3**5.6 - 8.0+7.3+**1.0.1**5.6 - 7.0+7.2+Getting Started
---------------

[](#getting-started)

***Note:** If you are using an older version, click it in the table above to see the documentation for that version.*

***Note 2:** If you think this documentation can be improved in any way, please [edit this file](https://github.com/rivalex/laravel-breadcrumbs/edit/master/README.md) and make a pull request.*

### 1. Install Laravel Breadcrumbs

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

Run this at the command line:

```
composer require rivalex/laravel-breadcrumbs
```

This will update `composer.json` and install the package into the `vendor/` directory.

### 2. Define your breadcrumbs

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

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

```
