nova-cards / rating-card
A Laravel Nova card.
v1.0.2
2018-08-24 13:24 UTC
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2026-03-01 13:31:32 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.