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

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

lamalama/laravel-breadcrumbs
============================

Create SEO proof breadcrumbs

0.0.6(5y ago)0143MITPHP

Since Jun 2Pushed 5y ago4 watchersCompare

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

READMEChangelog (6)DependenciesVersions (7)Used By (0)

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

[](#laravel-breadcrumbs)

[![Latest Version on Packagist](https://camo.githubusercontent.com/37531602d5d743938acf17f920ea0d0d1721488ef5952b2281e5c3a4d77f9e09/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c616d616c616d612f6c61726176656c2d62726561646372756d62732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lamalama/laravel-breadcrumbs)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![StyleCI](https://camo.githubusercontent.com/42882a2a00d5692e59f4165b0e10afca574329052a49648fa1528784161e5279/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3236383231373933382f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/268217938)[![Total Downloads](https://camo.githubusercontent.com/88d74523500d5dfa170d1e203cc2954f2c7bc002b3b23947a140061f1c656425/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c616d616c616d612f6c61726176656c2d62726561646372756d62732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/lamalama/laravel-breadcrumbs)

> ⚠️ **This package is in a preliminary development phase and not stable**: Do not use in production!

Create SEO proof breadcrumbs.

Install
-------

[](#install)

Via Composer

```
$ composer require lamalama/laravel-breadcrumbs
```

You can optionally publish the config file with:

```
php artisan vendor:publish --provider="LamaLama\Breadcrumbs\BreadcrumbsServiceProvider" --tag="config"
```

Use
---

[](#use)

You can use the `Breadcrumbs::trail()` method to set the trail for the breadcrumbs of the specific page.

```
Breadcrumbs::trail([
    'Work' => '/work',
    'Commerce' => '/work/commerce',
    'Sneaker District' => '/work/commerce/sneaker-district'
]);
```

You can use the `Breadcrumbs::generate()` method to render the html in your Blade templates.

```
{!! Breadcrumbs::generate() !!}
```

You can check if breadcrumbs exists in order to render a specific partial on your page.

```
@if(Breadcrumbs::exists())

        {!! Breadcrumbs::generate() !!}

@endif
```

Based on props given in the Controller the package generates SEO proof html containing microdata to support rich results.

```

        Work

  ›

      Commerce

  ›

    Sneaker District

```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Lama Lama](https://github.com/lamalamaNL)
- [Mark de Vries](https://github.com/lamalamaMark)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 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 ~2 days

Total

6

Last Release

2156d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5006f251730996960567ed6065dceb6a978ad34f9a9d3d27dac9ecb612c15a70?d=identicon)[lamalamaMark](/maintainers/lamalamaMark)

---

Top Contributors

[![lamalamaMark](https://avatars.githubusercontent.com/u/1886210?v=4)](https://github.com/lamalamaMark "lamalamaMark (25 commits)")

---

Tags

breadcrumbslaravelmicrodataphpschema-orgseolaravelbreadcrumbs

### Embed Badge

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

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

###  Alternatives

[robertboes/inertia-breadcrumbs

Laravel package to automatically share breadcrumbs to Inertia

56129.1k](/packages/robertboes-inertia-breadcrumbs)[watson/breadcrumbs

Breadcrumbs made easy for Laravel.

4542.9k](/packages/watson-breadcrumbs)

PHPackages © 2026

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