PHPackages                             digital-creative/resource-navigation-link - 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. digital-creative/resource-navigation-link

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

digital-creative/resource-navigation-link
=========================================

Create links to internal or external resources.

v1.1.0(1y ago)1044.0k↓25%2[1 issues](https://github.com/dcasia/resource-navigation-link/issues)[1 PRs](https://github.com/dcasia/resource-navigation-link/pulls)MITPHPPHP &gt;=8.1

Since Feb 13Pushed 1y ago3 watchersCompare

[ Source](https://github.com/dcasia/resource-navigation-link)[ Packagist](https://packagist.org/packages/digital-creative/resource-navigation-link)[ GitHub Sponsors](https://github.com/milewski)[ RSS](/packages/digital-creative-resource-navigation-link/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (11)Used By (0)

Resource Navigation Link
========================

[](#resource-navigation-link)

[![Latest Version on Packagist](https://camo.githubusercontent.com/24da45c8e1dfff1494d1c6487ab152d40373c0722f7dc8de8aff0f64860e46be/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6469676974616c2d63726561746976652f7265736f757263652d6e617669676174696f6e2d6c696e6b)](https://packagist.org/packages/digital-creative/resource-navigation-link)[![Total Downloads](https://camo.githubusercontent.com/478cdb3aadf0e5c8bc9caa22aa19c1c5130b2515a7574141f7971b89742ff9f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6469676974616c2d63726561746976652f7265736f757263652d6e617669676174696f6e2d6c696e6b)](https://packagist.org/packages/digital-creative/resource-navigation-link)[![License](https://camo.githubusercontent.com/11525e55aa38e4c588152fab5e3187ba9a9f1875f04e433ef2380fab3b353281/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6469676974616c2d63726561746976652f7265736f757263652d6e617669676174696f6e2d6c696e6b)](https://github.com/dcasia/resource-navigation-link/blob/main/LICENSE)

This package is very similar to the  (visually they are identical) however internally they works differently.

The main difference is that this package is a *Card* (not a field), and it links to other resources instead of filtering the current resource

Installation
============

[](#installation)

You can install the package via composer:

```
composer require digital-creative/resource-navigation-link

```

Basic Usage
-----------

[](#basic-usage)

```
use DigitalCreative\ResourceNavigationLink\ResourceNavigationLink;
use DigitalCreative\ResourceNavigationLink\Link;
use Laravel\Nova\Http\Requests\NovaRequest;

class User extends Resource {

    public function cards(NovaRequest $request): array
    {
        return [
            ResourceNavigationLink::make([
                Link::toResourceIndex(User::class),
                Link::toResourceIndex(Article::class),
                Link::toLens(Article::class, MostViewed::class),
                Link::toExternalUrl('Documentation', 'https://laravel.com/docs/10.x/readme'),
            ]),
        ];
    }

}

/**
 * Optional: if you want to copy the navigation links from another resource
 */
class Article extends Resource {

    public function cards(NovaRequest $request): array
    {
        return [
            ...ResourceNavigationLink::copyFromResource(User::class),
        ];
    }

}
```

⭐️ Show Your Support
--------------------

[](#️-show-your-support)

Please give a ⭐️ if this project helped you!

### Other Packages You Might Like

[](#other-packages-you-might-like)

- [Nova Dashboard](https://github.com/dcasia/nova-dashboard) - The missing dashboard for Laravel Nova!
- [Nova Welcome Card](https://github.com/dcasia/nova-welcome-card) - A configurable version of the `Help card` that comes with Nova.
- [Icon Action Toolbar](https://github.com/dcasia/icon-action-toolbar) - Replaces the default boring action menu with an inline row of icon-based actions.
- [Expandable Table Row](https://github.com/dcasia/expandable-table-row) - Provides an easy way to append extra data to each row of your resource tables.
- [Collapsible Resource Manager](https://github.com/dcasia/collapsible-resource-manager) - Provides an easy way to order and group your resources on the sidebar.
- [Resource Navigation Tab](https://github.com/dcasia/resource-navigation-tab) - Organize your resource fields into tabs.
- [Resource Navigation Link](https://github.com/dcasia/resource-navigation-link) - Create links to internal or external resources.
- [Nova Mega Filter](https://github.com/dcasia/nova-mega-filter) - Display all your filters in a card instead of a tiny dropdown!
- [Nova Pill Filter](https://github.com/dcasia/nova-pill-filter) - A Laravel Nova filter that renders into clickable pills.
- [Nova Slider Filter](https://github.com/dcasia/nova-slider-filter) - A Laravel Nova filter for picking range between a min/max value.
- [Nova Range Input Filter](https://github.com/dcasia/nova-range-input-filter) - A Laravel Nova range input filter.
- [Nova FilePond](https://github.com/dcasia/nova-filepond) - A Nova field for uploading File, Image and Video using Filepond.
- [Custom Relationship Field](https://github.com/dcasia/custom-relationship-field) - Emulate HasMany relationship without having a real relationship set between resources.
- [Column Toggler](https://github.com/dcasia/column-toggler) - A Laravel Nova package that allows you to hide/show columns in the index view.
- [Batch Edit Toolbar](https://github.com/dcasia/batch-edit-toolbar) - Allows you to update a single column of a resource all at once directly from the index page.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://raw.githubusercontent.com/dcasia/resource-navigation-link/master/LICENSE) for more information.

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance40

Moderate activity, may be stable

Popularity37

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 53.6% 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 ~200 days

Recently: every ~119 days

Total

10

Last Release

480d ago

Major Versions

v0.1.3 → v1.0.02023-09-23

PHP version history (2 changes)v0.1.0PHP &gt;=7.1.0

v1.0.0PHP &gt;=8.1

### Community

Maintainers

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

---

Top Contributors

[![milewski](https://avatars.githubusercontent.com/u/2874967?v=4)](https://github.com/milewski "milewski (15 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (10 commits)")[![alancolant](https://avatars.githubusercontent.com/u/19172637?v=4)](https://github.com/alancolant "alancolant (1 commits)")[![hello-liang-shan](https://avatars.githubusercontent.com/u/47734732?v=4)](https://github.com/hello-liang-shan "hello-liang-shan (1 commits)")[![jbumaniss](https://avatars.githubusercontent.com/u/78373300?v=4)](https://github.com/jbumaniss "jbumaniss (1 commits)")

---

Tags

laravelnovanova4tabslaravelfieldcardnovatabs

### Embed Badge

![Health badge](/badges/digital-creative-resource-navigation-link/health.svg)

```
[![Health](https://phpackages.com/badges/digital-creative-resource-navigation-link/health.svg)](https://phpackages.com/packages/digital-creative-resource-navigation-link)
```

###  Alternatives

[digital-creative/resource-navigation-tab

Organize your resource fields into tabs.

79147.6k](/packages/digital-creative-resource-navigation-tab)[alexwenzel/nova-dependency-container

A Laravel Nova 4 form container for grouping fields that depend on other field values.

461.0M2](/packages/alexwenzel-nova-dependency-container)[outl1ne/nova-simple-repeatable

A Laravel Nova simple repeatable rows field.

74356.3k](/packages/outl1ne-nova-simple-repeatable)[simplesquid/nova-enum-field

A Laravel Nova field to add enums to resources.

52391.9k2](/packages/simplesquid-nova-enum-field)[sietse85/nova-button

(Nova 4+) A Laravel Nova package for adding buttons to your resources.

37347.3k](/packages/sietse85-nova-button)[optimistdigital/nova-notes-field

This Laravel Nova package adds a notes field to Nova's arsenal of fields.

52139.5k](/packages/optimistdigital-nova-notes-field)

PHPackages © 2026

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