nova-cards/rating-card

A Laravel Nova card.

v1.0.2 2018-08-24 13:24 UTC

This package is not auto-updated.

Last update: 2025-04-13 08:27:52 UTC


README

Simple Laravel Nova Card.

Installation

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

composer require nova-cards/rating-card

Usage:

public function cards() {
    return [
	new RatingCard('Your Avg Rating', 10, 'App\Movie', 'rating'),
    ];
}

License

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