PHPackages                             apimediaru/nova-dashboard-redirect - 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. apimediaru/nova-dashboard-redirect

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

apimediaru/nova-dashboard-redirect
==================================

A Laravel Nova tool.

1.0.1(4y ago)0177MITPHPPHP &gt;=7.1.0

Since Mar 30Pushed 4y ago1 watchersCompare

[ Source](https://github.com/apimediaru/nova-dashboard-redirect)[ Packagist](https://packagist.org/packages/apimediaru/nova-dashboard-redirect)[ RSS](/packages/apimediaru-nova-dashboard-redirect/feed)WikiDiscussions main Synced today

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

Nova Dashboard Redirect
=======================

[](#nova-dashboard-redirect)

Simple package that allows to redirect nova user to any other route instead of homepage.

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

[](#installation)

```
composer require apimediaru/nova-dashboard-redirect

```

Publishing vendor assets
------------------------

[](#publishing-vendor-assets)

```
php artisan vendor:publish --tag=nova-dashboard-redirect

```

Configuration
-------------

[](#configuration)

Redirect configuration. Might be string what would be passed into Vue Router path option or an array or callable that returns route configuration.

```
'redirect' => '/resources/users',

```

Example of array route configuration:

```
'redirect' => [
  'name' => 'index',
  'params' => [
    'resourceName' => 'articles',
  ],
],

```

Exaple of callable:

```
'redirect' => '\SomeNamespace\SomeClass::getRouteConfiguration',

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

2

Last Release

1555d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/65593705?v=4)[API Media](/maintainers/apimediaru)[@apimediaru](https://github.com/apimediaru)

---

Top Contributors

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

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/apimediaru-nova-dashboard-redirect/health.svg)

```
[![Health](https://phpackages.com/badges/apimediaru-nova-dashboard-redirect/health.svg)](https://phpackages.com/packages/apimediaru-nova-dashboard-redirect)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

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

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

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

Boost your Laravel Nova with the TinyMCE editor.

17186.3k1](/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.

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

A Laravel Nova custom field text with masks on input

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

PHPackages © 2026

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