PHPackages                             creitive/laravel6-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. creitive/laravel6-breadcrumbs

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

creitive/laravel6-breadcrumbs
=============================

Breadcrumbs integration for Laravel 6

1.0.0(6y ago)243.8k↓33.3%2MITPHPPHP &gt;=5.4.0

Since Sep 5Pushed 5y ago2 watchersCompare

[ Source](https://github.com/creitive/laravel6-breadcrumbs)[ Packagist](https://packagist.org/packages/creitive/laravel6-breadcrumbs)[ Docs](https://github.com/creitive/laravel6-breadcrumbs)[ RSS](/packages/creitive-laravel6-breadcrumbs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/46f4e4668714eb443e934318a95f00ad5eef0aec22ddef3d2412767ecae07446/68747470733a2f2f706f7365722e707567782e6f72672f63726569746976652f6c61726176656c362d62726561646372756d62732f76657273696f6e2e706e67)](https://packagist.org/packages/creitive/laravel6-breadcrumbs) [![Total Downloads](https://camo.githubusercontent.com/da4286f6eb75666aa8bfa4266cc47a10774211ecef3a163c9d464e9842b92835/68747470733a2f2f706f7365722e707567782e6f72672f63726569746976652f6c61726176656c362d62726561646372756d62732f642f746f74616c2e706e67)](https://packagist.org/packages/creitive/laravel6-breadcrumbs)

Laravel 6 Breadcrumbs
=====================

[](#laravel-6-breadcrumbs)

*A simple Laravel 6-compatible breadcrumbs package. Generates Twitter Bootstrap-compatible output.*

Installation
------------

[](#installation)

Just run this on the command line:

```
composer require creitive/laravel6-breadcrumbs

```

Laravel 6 will use the auto-discovery function.

If using an older version of Laravel (or if you don't use auto-discovery) you will need to include the service providers / facade in `config/app.php`.

```
return array(
    // ...

    'providers' => array(
        // ...

        Creitive\Breadcrumbs\BreadcrumbsServiceProvider::class,
    ),

    // ...

    'aliases' => array(
        // ...

        'Breadcrumbs' => Creitive\Breadcrumbs\Facades\Breadcrumbs::class,
    ),
);
```

You're all set!

Usage
-----

[](#usage)

For usage documentation, please visit the core library that this package depends on: [creitive/breadcrumbs](https://github.com/creitive/breadcrumbs).

This particular package registers a shared instance of the breadcrumbs class, and enables you to make the calls on the provided facade, ie. instead of doing `$breadcrumbs->addCrumb('Home', '/')`, you can do `\Breadcrumbs::addCrumb('Home', '/')`.

Additionally, having this as a separate package enables us to move forward with Laravel-specific features, such as having a configuration file that enables you to more cleanly customize how the package works.

Laravel 4
---------

[](#laravel-4)

For Laravel 4 support, visit the [creitive/laravel4-breadcrumbs](https://github.com/creitive/laravel4-breadcrumbs) package.

Laravel 5
---------

[](#laravel-5)

For Laravel 5 support, visit the [creitive/laravel5-breadcrumbs](https://github.com/creitive/laravel5-breadcrumbs) package.

Laravel 7+
----------

[](#laravel-7)

For Laravel 7+ support, visit the [creitive/laravel-breadcrumbs](https://github.com/creitive/laravel-breadcrumbs) package.

License
-------

[](#license)

The code is licensed under the MIT license, which is available in the `LICENSE` file.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

2440d ago

### Community

Maintainers

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

---

Top Contributors

[![levacic](https://avatars.githubusercontent.com/u/1636354?v=4)](https://github.com/levacic "levacic (3 commits)")

---

Tags

breadcrumbslaravelphplaravelbreadcrumbs

### Embed Badge

![Health badge](/badges/creitive-laravel6-breadcrumbs/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M685](/packages/barryvdh-laravel-ide-helper)[watson/breadcrumbs

Breadcrumbs made easy for Laravel.

4542.9k](/packages/watson-breadcrumbs)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[nedwors/navigator

A Laravel package to ease defining navigation menus

433.1k](/packages/nedwors-navigator)

PHPackages © 2026

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