nova-cards / rating-card
A Laravel Nova card.
Installs: 2 604
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Requires
- php: >=7.1.0
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.