nova-cards/rating-card is a Laravel package for a laravel nova card..
It currently has 0 GitHub stars and 2.605 downloads on Packagist (latest version v1.0.2).
Install it with composer require nova-cards/rating-card.
Discover more Laravel packages by nova-cards
or browse all Laravel packages to compare alternatives.
Last updated
Simple Laravel Nova Card.
You can install the package in to a Laravel app that uses Nova via composer:
composer require nova-cards/rating-card
public function cards() {
return [
new RatingCard('Your Avg Rating', 10, 'App\Movie', 'rating'),
];
}
The MIT License (MIT). Please see License File for more information.