PHPackages                             marko298/nova-single-record-resource - 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. [Admin Panels](/categories/admin)
4. /
5. marko298/nova-single-record-resource

ActiveLibrary[Admin Panels](/categories/admin)

marko298/nova-single-record-resource
====================================

Laravel Nova Single Record Resource. Shows a link in the navigation bar directly to the only record of the resource

v1.1.2(5y ago)143MITBladePHP &gt;=7.1.0

Since Dec 6Pushed 5y agoCompare

[ Source](https://github.com/Marko298/nova-single-record-resource)[ Packagist](https://packagist.org/packages/marko298/nova-single-record-resource)[ Docs](https://github.com/marko298/nova-single-record-resource)[ RSS](/packages/marko298-nova-single-record-resource/feed)WikiDiscussions master Synced today

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

Laravel Nova: Single Record Resource
====================================

[](#laravel-nova-single-record-resource)

[![License](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/marko298/nova-single-record-resource)[![Latest Version on Packagist](https://camo.githubusercontent.com/8efd598e9e6dc2a8c16c537e2084dcb13c001214ab8f8b8cf63363c3da231ad8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61726b6f3239382f6e6f76612d73696e676c652d7265636f72642d7265736f757263652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marko298/nova-single-record-resource)[![Total Downloads](https://camo.githubusercontent.com/c5865ba5f00d5bf37ad8c8bd2932a5b62a558c92a75cad2adad75adf4e415da7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61726b6f3239382f6e6f76612d73696e676c652d7265636f72642d7265736f757263652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/marko298/nova-single-record-resource)[![StyleCI](https://camo.githubusercontent.com/62953f9a4d84fe77bfe076a27f0d51c815b2029b9125e3e443dd1a8e1d45fa1c/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3136303731303336322f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/160710362)

### Fork of [marko298/nova-single-record-resource](https://github.com/marko298/nova-single-record-resource)

[](#fork-of-marko298nova-single-record-resource)

Adds the ability to create a navigation link directly to the detail page of a resource. Useful for models that will contain only a single record.

[![](https://github.com/marko298/nova-single-record-resource/raw/master/demo.gif)](https://github.com/marko298/nova-single-record-resource/raw/master/demo.gif)

Prerequisites
-------------

[](#prerequisites)

- [Laravel](https://laravel.com/)
- [Laravel Nova](https://nova.laravel.com/)

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

[](#installation)

```
$ composer require marko298/nova-single-record-resource

```

Add `SupportSingleRecordNavigationLinks` trait to Resources:

```
