Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
M

Multiple Custom Dashboards

Readme

Support for multiple custom dashboards in Laravel Nova

Latest Version on Packagist Quality Score Total Downloads

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

Deprecated

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

See documentation

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require alexbowers/nova-multiple-dashboard

Usage

There is now a php artisan nova:dashboard <name> 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

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

Credits

License

The MIT License (MIT). Please see License File for more information.

Back to Top
Added 7 years ago
Last updated 6 Years Ago
Version v1.0.3
Composer
alexbowers/nova-multiple-dashboard
GitHub stars 36
Packagist downloads 63,757

Favorites

17 users favorited

Rating

4.10
(out of 5)
★★★★★
★★★★
★★★
★★
7 ratings

Contributors

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas