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

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

brnbio/laravel-breadcrumbs
==========================

Breadcrumb helper for laravel framework

1.1.0(5y ago)1200MITPHPCI failing

Since Oct 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/brnbio/laravel-breadcrumbs)[ Packagist](https://packagist.org/packages/brnbio/laravel-breadcrumbs)[ RSS](/packages/brnbio-laravel-breadcrumbs/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

laravel-breadcrumbs
===================

[](#laravel-breadcrumbs)

Breadcrumb helper for laravel

Usage
-----

[](#usage)

You can easily define any breadcrumbs in templates, layouts and controllers. There are 2 ways to add breadcrumbs: with the breadcrumb helper function or a blade directive.

### helper function

[](#helper-function)

Add breadcrumbs

```
breadcrumbs()->add('Items', route('index'));
breadcrumbs()->add('Item detail');
```

You can also prepend breadcrumbs for e.g. the home link in any layout

```
breadcrumbs()->prepend('Home', '/');

// with icon:
// because breadcrumb text is always escaped
// you have to add escape=false
breadcrumbs()->prepend('', route('home'), ['escape' => false]);
```

Render breadcrumbs

```
breadcrumbs()->render();
```

### blade

[](#blade)

same examples in blade

```
@breadcrumb('Home', '/')
@breadcrumb('Items', route('index'))
@breadcrumb('Item detail')

@section('content')

    @breadcrumbs()

@endsection
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~102 days

Recently: every ~126 days

Total

6

Last Release

1935d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c6be756807583b215be4ea02be78e37aefbeb1d1b1054787ae63fc0b2fdfdafa?d=identicon)[fheider](/maintainers/fheider)

---

Top Contributors

[![fheider](https://avatars.githubusercontent.com/u/3755151?v=4)](https://github.com/fheider "fheider (13 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[silverstripers/seo

SEO for SilverStripe websites

1144.9k](/packages/silverstripers-seo)

PHPackages © 2026

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