PHPackages                             markrassamni/nova-resource-landing-page - 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. markrassamni/nova-resource-landing-page

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

markrassamni/nova-resource-landing-page
=======================================

Decide if a resource should open on the index, create, update, or detail page

v3.0.0(5y ago)844.4k↓23.1%2MITBladePHP &gt;=7.1.0

Since Dec 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/markrassamni/nova-resource-landing-page)[ Packagist](https://packagist.org/packages/markrassamni/nova-resource-landing-page)[ Docs](https://github.com/markrassamni/nova-resource-landing-page)[ RSS](/packages/markrassamni-nova-resource-landing-page/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)DependenciesVersions (9)Used By (0)

Laravel Nova: Resource Landing Page
===================================

[](#laravel-nova-resource-landing-page)

[![License](https://camo.githubusercontent.com/850eae1099d2b05f53383473d7cd51f9bc1ab09b7d0d9e5122f1dd930efdcc6d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6d6173686170652f6170697374617475732e737667)](https://packagist.org/packages/markrassamni/nova-resource-landing-page)[![Latest Version on Packagist](https://camo.githubusercontent.com/011b3efe54927bac2303a437ef8b9365cb84e8d27913efbe1a63ed5f4fdfe95b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d61726b72617373616d6e692f6e6f76612d7265736f757263652d6c616e64696e672d706167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/markrassamni/nova-resource-landing-page)[![Total Downloads](https://camo.githubusercontent.com/97af62f71a27a844d5652f4f0ffd211f6289e614d4bf9c4b825c25bba675d01d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d61726b72617373616d6e692f6e6f76612d7265736f757263652d6c616e64696e672d706167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/markrassamni/nova-resource-landing-page)

Adds the ability to create a navigation link directly to the detail, create, or edit page of a resource.

[![](https://github.com/markrassamni/nova-resource-landing-page/raw/master/demo.gif)](https://github.com/markrassamni/nova-resource-landing-page/raw/master/demo.gif)

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

[](#prerequisites)

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

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

[](#installation)

```
$ composer require markrassamni/nova-resource-landing-page

```

Modify `app/Nova/Resource.php` to implement `ResourceLandingPageInterface` and the `SupportChangeResourceLandingPage` trait:

```
