LaravelPackages.net
Acme Inc.
Toggle sidebar
nova-cards/rating-card

A Laravel Nova card.

2.605
0
v1.0.2
About nova-cards/rating-card

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

Nova Rating-Card

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.

Comments