PHPackages                             chris-ware/nova-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. chris-ware/nova-breadcrumbs

Abandoned → [laravel/nova](/?search=laravel%2Fnova)ArchivedLibrary[Utility &amp; Helpers](/categories/utility)

chris-ware/nova-breadcrumbs
===========================

A Laravel Nova tool.

2.3.1(4y ago)151618.8k↓18.9%43[1 issues](https://github.com/chris-ware/nova-breadcrumbs/issues)MITPHPPHP &gt;=7.1.0

Since Dec 4Pushed 4y ago11 watchersCompare

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

READMEChangelog (10)Dependencies (1)Versions (62)Used By (0)

Nova Breadcrumbs
================

[](#nova-breadcrumbs)

Breadcrumbs for Laravel Nova

[![Latest Stable Version](https://camo.githubusercontent.com/67b0c4f4b7b584bc9e41ac58f6930810362965a0abb5f99a783d5bd4cc0f67a5/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f63687269732d776172652f6e6f76612d62726561646372756d6273)](https://packagist.org/packages/chris-ware/nova-breadcrumbs)[![Total Downloads](https://camo.githubusercontent.com/d20b059e961a2c6f72e0dec195c72c5c29bcf9ba0bba249152e1e3e64558a880/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f64742f63687269732d776172652f6e6f76612d62726561646372756d6273)](https://camo.githubusercontent.com/d20b059e961a2c6f72e0dec195c72c5c29bcf9ba0bba249152e1e3e64558a880/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f64742f63687269732d776172652f6e6f76612d62726561646372756d6273)[![License](https://camo.githubusercontent.com/28458dfdab4027e435b8aacb4bdf040843858898ef4d97ace739024be7318cb4/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f6c6963656e73652f63687269732d776172652f6e6f76612d62726561646372756d6273)](https://packagist.org/packages/chris-ware/nova-breadcrumbs)[![StyleCI](https://camo.githubusercontent.com/d8f83bea77531e4784912e5444148e369b72e9edc3a691f639d29cd7b5f81a19/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3136303336373738352f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/160367785)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require chris-ware/nova-breadcrumbs
```

Next, you must register the tool with Nova. This is typically done in the `tools` method of the `NovaServiceProvider`.

```
// in app/Providers/NovaServiceProvder.php

// ...
public function tools()
{
    return [
        // ...
        \ChrisWare\NovaBreadcrumbs\NovaBreadcrumbs::make(),
    ];
}
```

Finally, add the Breadcrumbs trait to your App\\Nova\\Resource class.

```
use ChrisWare\NovaBreadcrumbs\Traits\Breadcrumbs;

abstract class Resource extends NovaResource
{
    use Breadcrumbs;
```

Customisation
-------------

[](#customisation)

You can disable the bundled styles and load your own by adding the following method to the call:

```
// in app/Providers/NovaServiceProvder.php

// ...
public function tools()
{
    return [
        // ...
        \ChrisWare\NovaBreadcrumbs\NovaBreadcrumbs::make()->withoutStyles(),
    ];
}
```

You can also customise both the label and title for a Resource. Label refers to the Resource's Name, so a Users Resource would have a Users label. Title refers to the title of the Resource as set by the $title property on the resource, so by default it would be the resource ID. Both of these can be overwritten for Breadcrumbs only by overwriting the functions on the trait that start with breadcrumb.

You can also conditionally disable breadcrumbs, using the static breadcrumbs method presented in the trait.

Information
-----------

[](#information)

This package works using the custom header elements available on all Nova views. Due to the fact that the data available to these views differ, the rendering of breadcrumbs is API powered, to ensure that for all views, the necessary data is available and displayed.

Screenshots
-----------

[](#screenshots)

Screenshots can be seen [here](screenshots.md).

###  Health Score

46

—

FairBetter than 93% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity54

Moderate usage in the ecosystem

Community23

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~62 days

Total

58

Last Release

1764d ago

Major Versions

0.7.1 → 1.0.02019-04-03

1.3.10 → 2.x-dev2020-09-13

### Community

Maintainers

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

---

Top Contributors

[![chris-ware](https://avatars.githubusercontent.com/u/19684457?v=4)](https://github.com/chris-ware "chris-ware (11 commits)")[![dependabot-preview[bot]](https://avatars.githubusercontent.com/in/2141?v=4)](https://github.com/dependabot-preview[bot] "dependabot-preview[bot] (6 commits)")[![flxsource](https://avatars.githubusercontent.com/u/1785446?v=4)](https://github.com/flxsource "flxsource (5 commits)")[![gaabora](https://avatars.githubusercontent.com/u/10756170?v=4)](https://github.com/gaabora "gaabora (3 commits)")[![NickBelhomme](https://avatars.githubusercontent.com/u/312003?v=4)](https://github.com/NickBelhomme "NickBelhomme (1 commits)")[![behrang1981](https://avatars.githubusercontent.com/u/3681149?v=4)](https://github.com/behrang1981 "behrang1981 (1 commits)")[![kukac7](https://avatars.githubusercontent.com/u/1240104?v=4)](https://github.com/kukac7 "kukac7 (1 commits)")[![angelsk](https://avatars.githubusercontent.com/u/606510?v=4)](https://github.com/angelsk "angelsk (1 commits)")

---

Tags

hacktoberfestlaravelnova

### Embed Badge

![Health badge](/badges/chris-ware-nova-breadcrumbs/health.svg)

```
[![Health](https://phpackages.com/badges/chris-ware-nova-breadcrumbs/health.svg)](https://phpackages.com/packages/chris-ware-nova-breadcrumbs)
```

###  Alternatives

[optimistdigital/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2872.1M6](/packages/optimistdigital-nova-sortable)[outl1ne/nova-sortable

This Laravel Nova package allows you to reorder models in a Nova resource's index view using drag &amp; drop.

2861.8M9](/packages/outl1ne-nova-sortable)[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[sbine/route-viewer

A Laravel Nova tool to view your registered routes.

57215.9k](/packages/sbine-route-viewer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

14720.0k](/packages/markwalet-nova-modal-response)

PHPackages © 2026

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