PHPackages                             opanegro/ptdot-button-back - 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. opanegro/ptdot-button-back

Abandoned → [opanegro/ptdot-button-back](/?search=opanegro%2Fptdot-button-back)Library[Utility &amp; Helpers](/categories/utility)

opanegro/ptdot-button-back
==========================

A Laravel Nova tool.

0.0.5(6y ago)0144[1 issues](https://github.com/opanegro/ptdot-button-back/issues)MITVuePHP &gt;=7.1.0

Since Jul 8Pushed 6y agoCompare

[ Source](https://github.com/opanegro/ptdot-button-back)[ Packagist](https://packagist.org/packages/opanegro/ptdot-button-back)[ RSS](/packages/opanegro-ptdot-button-back/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (6)Used By (0)

Laravel nova breadcrumb with button back
========================================

[](#laravel-nova-breadcrumb-with-button-back)

Required:

- Laravel v5.7+
- Laravel Nova v2

Install: `composer require opanegro/ptdot-button-back`

Tambah code di app/NovaServiceProvider.php:

```
use Opanegro\PtdotButtonBack\PtdotButtonBack;

public function tools()
{
    return [
        ...
        PtdotButtonBack::make(),
    ];
}

```

Tambahkan jg di file app/Nova/Resource.php

```
use Opanegro\PtdotButtonBack\Traits\Breadcrumbs;

abstract class Resource extends NovaResource
{
    use Breadcrumbs;

    ...
}

```

Inspired by:

- [Nova Breadcrumb](https://github.com/chris-ware/nova-breadcrumbs)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

Every ~0 days

Total

5

Last Release

2550d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/04a1c1638653654619fc895aa1e7ae0a3189a9df05cf475e77cd516330d80e94?d=identicon)[opanegro](/maintainers/opanegro)

---

Top Contributors

[![ahmadrio](https://avatars.githubusercontent.com/u/41967704?v=4)](https://github.com/ahmadrio "ahmadrio (10 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/opanegro-ptdot-button-back/health.svg)

```
[![Health](https://phpackages.com/badges/opanegro-ptdot-button-back/health.svg)](https://phpackages.com/packages/opanegro-ptdot-button-back)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3423.6M8](/packages/optimistdigital-nova-multiselect-field)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51177.6k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17178.1k1](/packages/murdercode-nova4-tinymce-editor)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11258.1k](/packages/datomatic-nova-detached-actions)[wemersonrv/input-mask

A Laravel Nova custom field text with masks on input

1197.8k](/packages/wemersonrv-input-mask)

PHPackages © 2026

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