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

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

creitive/laravel4-breadcrumbs
=============================

Breadcrumbs integration for Laravel 4

2.0.1(8y ago)27.7k1MITPHPPHP &gt;=5.3.0

Since Mar 7Pushed 5y ago9 watchersCompare

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

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

[![Latest Stable Version](https://camo.githubusercontent.com/edb2860c64806a052acb60ad8fef6c57f7cf10778a39e64302e2917175635ecd/68747470733a2f2f706f7365722e707567782e6f72672f63726569746976652f6c61726176656c342d62726561646372756d62732f76657273696f6e2e706e67)](https://packagist.org/packages/creitive/laravel4-breadcrumbs) [![Total Downloads](https://camo.githubusercontent.com/28a829f3614cbe5d861f17050fa9f470840d786152c8ba1e4fa07bd8e6eb2fce/68747470733a2f2f706f7365722e707567782e6f72672f63726569746976652f6c61726176656c342d62726561646372756d62732f642f746f74616c2e706e67)](https://packagist.org/packages/creitive/laravel4-breadcrumbs)

Laravel 4 Breadcrumbs
=====================

[](#laravel-4-breadcrumbs)

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

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

[](#installation)

Just run this on the command line:

```
composer require creitive/laravel4-breadcrumbs

```

After this, you should add the service provider and the alias to your `app/config/app.php`, which should make it look something like this:

```
return array(
	// ...

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

		'Creitive\Breadcrumbs\BreadcrumbsServiceProvider',
	),

	// ...

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

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

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 5
---------

[](#laravel-5)

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

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

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

Total

3

Last Release

3025d 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 (9 commits)")

---

Tags

breadcrumbslaravelphplaravelbreadcrumbs

### Embed Badge

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

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

###  Alternatives

[barryvdh/laravel-ide-helper

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

14.9k123.0M687](/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)
