Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

At a Glance Card

Installation Instructions

composer require nickfairchild/nova-at-a-glance-card

Next up, you must register the card with Nova. This is typically done in the cards method of the NovaServiceProvider.

// in app/Providers/NovaServiceProvider.php

// ...

public function cards()
{
    return [
        // ...
        new \Nickfairchild\AtAGlance\AtAGlance,
    ];
}

Customize

If you do not want a specific resource to be displayed on the card you can pass through an array of the resource classes to exclude like so.

public function cards()
{
    return [
        // ...
        (new \Nickfairchild\AtAGlance\AtAGlance)->excludeResources([Pages::class]),
    ];
}

Readme

At a Glance Card for Nova

Latest Stable Version Total Downloads License

alt text

This Nova card displays a count for all of your resources.

Installation

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

composer require nickfairchild/nova-at-a-glance-card

Next up, you must register the card with Nova. This is typically done in the cards method of the NovaServiceProvider.

// in app/Providers/NovaServiceProvider.php

// ...

public function cards()
{
    return [
        // ...
        new \Nickfairchild\AtAGlance\AtAGlance,
    ];
}

Customize

If you do not want a specific resource to be displayed on the card you can pass through an array of the resource classes to exclude like so.

public function cards()
{
    return [
        // ...
        (new \Nickfairchild\AtAGlance\AtAGlance)->excludeResources([Pages::class]),
    ];
}

Bugs / Issues / Ideas

Please create an issue using the issue tracker or drop me an email.

License

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

Reviews

By Rick Mills on February 9, 2020

"Ok". The card breaks the page layout far too easlily. E.g If you have over 6 resources to show.

Back to Top
Added 7 years ago
Last updated 7 Years Ago
Version v1.1.2
Composer
nickfairchild/nova-at-a-glance-card
GitHub stars 5
Packagist downloads 3,464

Favorites

9 users favorited

Rating

2.20
(out of 5)
★★★★★
★★★★
★★★
★★
5 ratings

Contributors

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas