PHPackages                             alexbowers/nova-multiple-dashboard - 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. alexbowers/nova-multiple-dashboard

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

alexbowers/nova-multiple-dashboard
==================================

Support for multiple custom dashboards in Laravel Nova

v1.0.3(6y ago)3663.8k5[2 PRs](https://github.com/alexbowers/nova-multiple-dashboard/pulls)MITPHPPHP &gt;=7.1.0

Since Sep 4Pushed 6y ago2 watchersCompare

[ Source](https://github.com/alexbowers/nova-multiple-dashboard)[ Packagist](https://packagist.org/packages/alexbowers/nova-multiple-dashboard)[ Docs](https://github.com/AlexBowers/nova-multiple-dashboard)[ RSS](/packages/alexbowers-nova-multiple-dashboard/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (1)Versions (8)Used By (0)

Support for multiple custom dashboards in Laravel Nova
======================================================

[](#support-for-multiple-custom-dashboards-in-laravel-nova)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0cfae9384ca7dbd2d6e8769a3d1e63dad099ee951f5a3c6db12efcf30d0a04f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616c6578626f776572732f6e6f76612d6d756c7469706c652d64617368626f6172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alexbowers/nova-multiple-dashboard)[![Quality Score](https://camo.githubusercontent.com/3d7839268966c35ba11e1c590fa521371eeceafbb72b79caf8e04da53fee8331/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f616c6578626f776572732f6e6f76612d6d756c7469706c652d64617368626f6172642e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/alexbowers/nova-multiple-dashboard)[![Total Downloads](https://camo.githubusercontent.com/1183870e81780e8dc2abafca0a21efc8de172f729695802154a8c2ebe94049ad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c6578626f776572732f6e6f76612d6d756c7469706c652d64617368626f6172642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/alexbowers/nova-multiple-dashboard)

You can now add multiple custom dashboards in Laravel Nova.

Whether you want to group some cards together, have different dashboards visible depending on the logged in user, or want to provide a dashboard with your tool, Multiple Dashboards allows you to do this.

[![Multiple Dashboard Example](https://github.com/alexbowers/nova-multiple-dashboard/raw/master/screenshots/example.gif?raw=true)](https://github.com/alexbowers/nova-multiple-dashboard/blob/master/screenshots/example.gif?raw=true)

Deprecated
==========

[](#deprecated)

This is now covered in Nova 2.1.0+ so does not need a package for it.

See [documentation](https://nova.laravel.com/docs/2.0/customization/dashboards.html#overview)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require alexbowers/nova-multiple-dashboard
```

Usage
-----

[](#usage)

There is now a `php artisan nova:dashboard ` command exposed via the CLI.

If you run this, you'll get a `App/Nova/Dashboards` directory created, which will house your custom dashboards.

Dashboards have a `public $order` variable you can use to set the order they appear in the navbar. See the `Dashboard` class for more.

If you are another package creating a nova dashboard, you will need to register it using:

```
\AlexBowers\MultipleDashboard\DashboardNova::registerDashboards(new \Your\Dashboard\Here);
```

You can register multiple at once by passing through to the `DashboardNova::registerDashboards` function.

### Security

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Alex Bowers](https://github.com/alexbowers)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 84.4% 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 ~67 days

Total

5

Last Release

2537d ago

Major Versions

v0.0.1 → v1.0.02018-09-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/1373f70881989c12350b1e2dd7f06354f72d26a270fbc62229e6ddd8977da33d?d=identicon)[alexbowers](/maintainers/alexbowers)

---

Top Contributors

[![alexbowers](https://avatars.githubusercontent.com/u/842974?v=4)](https://github.com/alexbowers "alexbowers (27 commits)")[![jrmadsen67](https://avatars.githubusercontent.com/u/821958?v=4)](https://github.com/jrmadsen67 "jrmadsen67 (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")

---

Tags

laravelnova

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/alexbowers-nova-multiple-dashboard/health.svg)

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

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

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

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

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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