Download the PHP package beyondcode/nova-custom-dashboard-card without Composer
On this page you can find all versions of the php package beyondcode/nova-custom-dashboard-card. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download beyondcode/nova-custom-dashboard-card
More information about beyondcode/nova-custom-dashboard-card
Files in beyondcode/nova-custom-dashboard-card
Package nova-custom-dashboard-card
Short Description A Laravel Nova dashboard card that allows you to build custom dashboards.
License MIT
Informations about the package nova-custom-dashboard-card
Nova Custom Dashboard Card
This package lets you create customizable dashboards for every Nova user.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
Next up, you must register the card with Nova. This is typically done in the cards
method of the NovaServiceProvider
.
Define available cards
Similar to Nova itself, you can define all cards that should be available for selection in the Add Card
modal.
All these cards follow the same authorization rules as any other Nova card - so you do not need to worry about this.
You can register them in your NovaServiceProvider
Define custom card names
If you want to define a custom card name, that will be shown in the modal, pass it to the card as a card-name
meta attribute, like this:
Usage
Visit your Nova dashboard and click the Add Card
button to add new cards to the customized dashboard. The custom dashboard will be stored in localstorage for every user.
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Marcel Pociot
- All Contributors
License
The MIT License (MIT). Please see License File for more information.