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

ActiveLibrary

creitive/laravel5-breadcrumbs
=============================

Breadcrumbs integration for Laravel 5

2.1.0(8y ago)33244.0k↑176.5%2MITPHPPHP &gt;=5.4.0

Since Mar 7Pushed 5y ago10 watchersCompare

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

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

[![Latest Stable Version](https://camo.githubusercontent.com/d44afd77885a962fecaf2b1b9a195b1ae5175f6396b3d7108f30843aa419db5e/68747470733a2f2f706f7365722e707567782e6f72672f63726569746976652f6c61726176656c352d62726561646372756d62732f76657273696f6e2e706e67)](https://packagist.org/packages/creitive/laravel5-breadcrumbs) [![Total Downloads](https://camo.githubusercontent.com/2d240dd123328a89a92c8651c7a89fa5d29596bcd642f10336ba527c63616363/68747470733a2f2f706f7365722e707567782e6f72672f63726569746976652f6c61726176656c352d62726561646372756d62732f642f746f74616c2e706e67)](https://packagist.org/packages/creitive/laravel5-breadcrumbs)

Laravel 5 Breadcrumbs
=====================

[](#laravel-5-breadcrumbs)

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

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

[](#installation)

Just run this on the command line:

```
composer require creitive/laravel5-breadcrumbs

```

Laravel 5.5+ will use the auto-discovery function.

If using Laravel 5.4 (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 6
---------

[](#laravel-6)

For Laravel 6 support, visit the [creitive/laravel6-breadcrumbs](https://github.com/creitive/laravel6-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

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity41

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 76.9% 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 ~352 days

Total

4

Last Release

3026d ago

Major Versions

1.0.0 → 2.0.02016-03-09

### 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 (10 commits)")[![it-can](https://avatars.githubusercontent.com/u/644288?v=4)](https://github.com/it-can "it-can (2 commits)")[![mpociot](https://avatars.githubusercontent.com/u/804684?v=4)](https://github.com/mpociot "mpociot (1 commits)")

---

Tags

breadcrumbslaravelphplaravelbreadcrumbs

### Embed Badge

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

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

###  Alternatives

[glhd/gretel

270305.7k4](/packages/glhd-gretel)[watson/breadcrumbs

Breadcrumbs made easy for Laravel.

4542.9k](/packages/watson-breadcrumbs)[yzen.dev/mono-processor

This Processor will display in the logs bread crumbs by which you can more quickly and accurately identify the cause of the error.

116.1k](/packages/yzendev-mono-processor)

PHPackages © 2026

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