PHPackages                             epadav8/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. epadav8/laravel-breadcrumbs

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

epadav8/laravel-breadcrumbs
===========================

A simple Laravel-style way to create breadcrumbs in Laravel 5+.

3.0.1(9y ago)1131MIT LicensePHPPHP &gt;=5.4.0

Since May 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/EspadaV8/laravel-breadcrumbs)[ Packagist](https://packagist.org/packages/epadav8/laravel-breadcrumbs)[ Docs](http://laravel-breadcrumbs.davejamesmiller.com)[ RSS](/packages/epadav8-laravel-breadcrumbs/feed)WikiDiscussions master Synced 1mo ago

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

Laravel Breadcrumbs 3
=====================

[](#laravel-breadcrumbs-3)

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

(If you are still using Laravel 4.0 to 4.2 please use the [2.x version](https://github.com/davejamesmiller/laravel-breadcrumbs/tree/2.x) of Laravel Breadcrumbs instead.)

THIS PACKAGE IS NO LONGER MAINTAINED
------------------------------------

[](#this-package-is-no-longer-maintained)

**Short Version**

- You're welcome to keep using Laravel Breadcrumbs, but
- No support requests will be answered
- No bugs will be fixed
- No pull requests will be merged
- Feel free to fork it and maintain it yourself

**Why?**

I originally built Laravel Breadcrumbs in May 2013 when I was just learning Laravel (Laravel 4 was still in beta at the time). I decided to release it as a package mostly just to learn how packages worked in more detail.

Over time it became reasonably popular (381k installs, 757 stars, Page 1 of [Packalyst Most Popular](http://packalyst.com/packages)), and people started opening issues requesting support and additional features. I've always tried to be helpful and provide support, and for the last 18 months I have been planning to dedicate some time to merging all the open pull requests, implementing the feature requests and updating/rewriting the documentation... But finally I realised I no longer have the motivation needed for it.

So rather than quietly abandoning it and leaving users wondering what happened, I've decided to officially announce that the package is no longer maintained.

(To be clear, you are welcome to keep using it - just don't expect me to fix it if it breaks. That includes when new Laravel versions are relased.)

**Forking It**

Laravel Breadcrumbs is released under the [MIT License](https://laravel-breadcrumbs.readthedocs.io/en/latest/license.html), which means you are free to create your own fork (whether for your own use or for anyone to use) as long as you retain the copyright notices.

The [documentation](https://laravel-breadcrumbs.readthedocs.io/en/latest/contributing.html) includes some instructions that may help if you haven't done that before.

I'm not planning to hand over control of this repo to anyone else (as it is in my name), but if anyone decides to create a fork that they are willing to support and maintain, please [email me](mailto:dave@davejamesmiller.com) and I'll add a link to this page. You can also use [issue #137](https://github.com/davejamesmiller/laravel-breadcrumbs/issues/137) to discuss it among yourselves.

If you do commit to supporting your fork, you should be aware that writing code to solve your own problems is the easy bit - the tricky bits include:

- Dealing with [vague support requests](https://github.com/davejamesmiller/laravel-breadcrumbs/issues/71) and [people that expect you to solve their bugs with no thanks](https://github.com/davejamesmiller/laravel-breadcrumbs/issues/107)
- Being asked to write [new features that you don't personally need](https://github.com/davejamesmiller/laravel-breadcrumbs/issues/84) because other people want them but aren't willing to spend time writing them
- Writing clear and concise documentation [for every feature](https://github.com/davejamesmiller/laravel-breadcrumbs/issues/134#issuecomment-246403506), so users don't get confused and take up even more time asking for support
- Having to write most of the documentation and unit tests yourself because [few](https://github.com/davejamesmiller/laravel-breadcrumbs/pull/74) [PRs](https://github.com/davejamesmiller/laravel-breadcrumbs/pull/82) [include](https://github.com/davejamesmiller/laravel-breadcrumbs/pull/83) [them](https://github.com/davejamesmiller/laravel-breadcrumbs/pull/130)
- Doing all of that even though you don't get paid anything for it

**Known Bugs**

I'm only aware of 1 outstanding bug:

- [An exception is thrown when you use route-bound breadcrumbs in unnamed routes](https://github.com/davejamesmiller/laravel-breadcrumbs/issues/133).

As a workaround, either name your routes or wrap it in a try/catch block.

**Open Pull Requests**

Thanks to the people who opened these PRs. I'm sorry I won't be able to merge them. Maybe if someone creates a fork they would be good enough to review them:

- [Allow breadcrumb name to be set in routes](https://github.com/davejamesmiller/laravel-breadcrumbs/pull/74)
- [Add Breadcrumbs::get()](https://github.com/davejamesmiller/laravel-breadcrumbs/pull/82) method
- Microdata in templates - [Option 1](https://github.com/davejamesmiller/laravel-breadcrumbs/pull/83/files), [Option 2](https://github.com/davejamesmiller/laravel-breadcrumbs/pull/124)
- [Bootstrap 4 template](https://github.com/davejamesmiller/laravel-breadcrumbs/issues/128)
- [Support for class-based breadcrumbs (alternative to closures)](https://github.com/davejamesmiller/laravel-breadcrumbs/pull/129)
- [Make breadcrumbs location configurable](https://github.com/davejamesmiller/laravel-breadcrumbs/pull/130)
- [Materialize and Foundation 6 templates](https://github.com/davejamesmiller/laravel-breadcrumbs/pull/131)

**Open Requests**

- [Automatically add a breadcrumb for pagination](https://github.com/davejamesmiller/laravel-breadcrumbs/issues/86)
- [Support dependency injection](https://github.com/davejamesmiller/laravel-breadcrumbs/issues/126)
- [Improve documentation around multiple parameters](https://github.com/davejamesmiller/laravel-breadcrumbs/issues/134)
- [Add Breadcrumbs::group() method](https://github.com/davejamesmiller/laravel-breadcrumbs/issues/84) - though I don't personally see the value
- [Cache breadcrumbs](https://github.com/davejamesmiller/laravel-breadcrumbs/issues/112) - though I'm not convinced there would be much speed improvement
- [Throw an exception if accidentally called recursively](https://github.com/davejamesmiller/laravel-breadcrumbs/issues/123) - though Xdebug already handles this if installed

**Other Suggestions for Forks**

- The [documentation needs updating](https://github.com/davejamesmiller/laravel-breadcrumbs/pull/129#issuecomment-246171932) to recommend using `->name('name')` instead of `['as' => 'name']` in routes (since Laravel 5.3)
- I was considering rewriting the documentation to make Route-bound breadcrumbs the standard instead of an after-thought, with a better explanation of how explicit and implicit binding work, since these seem to be things people get stuck on
- You will need to set up accounts on [Packagist](https://packagist.org/) for package delivery and [Read the Docs](https://readthedocs.org/) for documentation
- You might also want to set up [Travis CI](https://travis-ci.org/getting_started) and [Coveralls](https://coveralls.io/) - there are already config files for them in the repo

Documentation
-------------

[](#documentation)

[View documentation &gt;&gt;](https://laravel-breadcrumbs.readthedocs.io/)

---

Copyright © 2013-2015 Dave James Miller. Released under the [MIT License](https://laravel-breadcrumbs.readthedocs.io/en/latest/license.html).

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 85.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~91 days

Recently: every ~167 days

Total

14

Last Release

3540d ago

Major Versions

1.0.1 → 2.0.02013-09-28

2.3.1 → 3.0.02015-02-08

2.x-dev → 3.0.12016-08-28

PHP version history (2 changes)1.0.0PHP &gt;=5.3.0

3.0.0PHP &gt;=5.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/32c8f7665025c1c87d4dbdaec87ea90567249bea3a4d3f894238609c533b9ff0?d=identicon)[EspadaV8](/maintainers/EspadaV8)

---

Top Contributors

[![d13r](https://avatars.githubusercontent.com/u/236616?v=4)](https://github.com/d13r "d13r (191 commits)")[![EspadaV8](https://avatars.githubusercontent.com/u/115825?v=4)](https://github.com/EspadaV8 "EspadaV8 (7 commits)")[![boris-glumpler](https://avatars.githubusercontent.com/u/580004?v=4)](https://github.com/boris-glumpler "boris-glumpler (5 commits)")[![yahya-uddin](https://avatars.githubusercontent.com/u/5897460?v=4)](https://github.com/yahya-uddin "yahya-uddin (4 commits)")[![Andreyco](https://avatars.githubusercontent.com/u/829963?v=4)](https://github.com/Andreyco "Andreyco (4 commits)")[![tedslittlerobot](https://avatars.githubusercontent.com/u/1783459?v=4)](https://github.com/tedslittlerobot "tedslittlerobot (3 commits)")[![levacic](https://avatars.githubusercontent.com/u/1636354?v=4)](https://github.com/levacic "levacic (2 commits)")[![christian-thomas](https://avatars.githubusercontent.com/u/740172?v=4)](https://github.com/christian-thomas "christian-thomas (2 commits)")[![kerwitz](https://avatars.githubusercontent.com/u/105719?v=4)](https://github.com/kerwitz "kerwitz (2 commits)")[![danielgelling](https://avatars.githubusercontent.com/u/6146135?v=4)](https://github.com/danielgelling "danielgelling (1 commits)")[![freddiecoleman](https://avatars.githubusercontent.com/u/4749434?v=4)](https://github.com/freddiecoleman "freddiecoleman (1 commits)")[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (1 commits)")[![dwightwatson](https://avatars.githubusercontent.com/u/1100408?v=4)](https://github.com/dwightwatson "dwightwatson (1 commits)")

---

Tags

laravel

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/epadav8-laravel-breadcrumbs/health.svg)

```
[![Health](https://phpackages.com/badges/epadav8-laravel-breadcrumbs/health.svg)](https://phpackages.com/packages/epadav8-laravel-breadcrumbs)
```

###  Alternatives

[yajra/laravel-datatables-oracle

jQuery DataTables API for Laravel

4.9k33.8M335](/packages/yajra-laravel-datatables-oracle)[cknow/laravel-money

Laravel Money

1.0k4.3M22](/packages/cknow-laravel-money)[livewire/flux

The official UI component library for Livewire.

9385.0M85](/packages/livewire-flux)[akaunting/laravel-money

Currency formatting and conversion package for Laravel

7825.3M18](/packages/akaunting-laravel-money)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[dragon-code/pretty-routes

Pretty Routes for Laravel

10058.7k4](/packages/dragon-code-pretty-routes)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
