PHPackages                             hoaaah/laravel-bootstrap-breadcrumb - 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. hoaaah/laravel-bootstrap-breadcrumb

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

hoaaah/laravel-bootstrap-breadcrumb
===================================

A packages for create bootstrap breadcrumb dynamically.

v2.0.0(4y ago)01.3kPHPPHP &gt;=5.5.9

Since Jun 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/hoaaah/laravel-bootstrap-breadcrumb)[ Packagist](https://packagist.org/packages/hoaaah/laravel-bootstrap-breadcrumb)[ RSS](/packages/hoaaah-laravel-bootstrap-breadcrumb/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)DependenciesVersions (5)Used By (0)

Laravel Bootstrap Breadcrumb Helper
===================================

[](#laravel-bootstrap-breadcrumb-helper)

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require hoaaah/laravel-bootstrap-breadcrumb:^2.0

```

or add

```
"hoaaah/laravel-bootstrap-breadcrumb": "^2.0"

```

to the require section of your `composer.json` file.

Usage
=====

[](#usage)

You can use this helper in your view. It also support blade template. This breadcrumb support Boostrap 4 Breadcrumb, but you can configure so this widget can be used in other template as well.

Breadcrumb Skeleton
-------------------

[](#breadcrumb-skeleton)

This helper consist of this following code.

```
use hoaaah\LaravelBreadcrumb\Breadcrumb as Breadcrumb;

// ..........

    {!! Breadcrumb::widget([
        'items' => [
            ['label' => 'Link 1'],
            ['url' => route('route.name'), 'label' => 'Link 2'],
            ['label' => $this->title]
        ]
    ]) !!}
```

Costum Homepage
---------------

[](#costum-homepage)

This helper use `url('\')` as default home Url. You can change your home url with `homeUrl` method. The following code as an example.

```
use hoaaah\LaravelBreadcrumb\Breadcrumb as Breadcrumb;

// ..........

    {!! Breadcrumb::widget([
        'homeUrl' => route('home.dashboard'),
        'homeText' => 'Costumize Home Text',
        'items' => [
            ['label' => 'Link 1'],
            ['url' => route('route.name'), 'label' => 'Link 2'],
            ['label' => $this->title]
        ]
    ]) !!}
```

Other Method
------------

[](#other-method)

MethodExplanationtype`homeUrl`**Optional** method. You can override default `homeUrl`. Default value '/'`string``homeText`**optional** method. You can override default `homeText`. Default value 'Home'`string``tagWrapper`**optional** method. You can override default breadcrumb tag wrapper. Default value 'ol'`string``tagItemWrapper`**optional** method. You can override default breadcrumb items tag wrapper. Default value 'li'`string``breadcrumbClass`**optional** method. You can override default breadcrumb class. Default value 'breadcrumb'`string``breadcrumbItemClass`**optional** method. You can override default breadcrumb items class. Default value 'breadcrumb-item'`string``items`**Required** method. Set any items of your breadcrumb. Items render in order of items`array`-- `label`**Required** param. Set label of breadcrumb item`string`-- `url`Set url of your breadcrumb item`string`Creator
-------

[](#creator)

This asset wrapper was created by and is maintained by **[hoaaah](http://belajararief.com/)**.

-
-

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity61

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

Total

4

Last Release

1778d ago

Major Versions

v1.0.0 → v2.x-dev2021-07-05

v1.x-dev → v2.0.02021-07-05

### Community

Maintainers

![](https://www.gravatar.com/avatar/2db100ff0fe4ad78db746dfa9f10427e46dad84cdb805674bd52b18b311f5b85?d=identicon)[hoaaah](/maintainers/hoaaah)

---

Top Contributors

[![hoaaah](https://avatars.githubusercontent.com/u/8166322?v=4)](https://github.com/hoaaah "hoaaah (16 commits)")

### Embed Badge

![Health badge](/badges/hoaaah-laravel-bootstrap-breadcrumb/health.svg)

```
[![Health](https://phpackages.com/badges/hoaaah-laravel-bootstrap-breadcrumb/health.svg)](https://phpackages.com/packages/hoaaah-laravel-bootstrap-breadcrumb)
```

PHPackages © 2026

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