Download the PHP package alexbowers/nova-multiple-dashboard without Composer
On this page you can find all versions of the php package alexbowers/nova-multiple-dashboard. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alexbowers/nova-multiple-dashboard
More information about alexbowers/nova-multiple-dashboard
Files in alexbowers/nova-multiple-dashboard
Package nova-multiple-dashboard
Short Description Support for multiple custom dashboards in Laravel Nova
License MIT
Homepage https://github.com/AlexBowers/nova-multiple-dashboard
Informations about the package nova-multiple-dashboard
Support for multiple custom dashboards in Laravel Nova
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.
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:
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:
You can register multiple at once by passing through to the DashboardNova::registerDashboards
function.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.