LaravelPackages.net
Acme Inc.
Toggle sidebar
skydiver/nova-update-card

Check if you're running the latest versions of Laravel or Nova right from your dashboard.

9.391
0
1.5.1
About skydiver/nova-update-card

skydiver/nova-update-card is a Laravel package for check if you're running the latest versions of laravel or nova right from your dashboard.. It currently has 0 GitHub stars and 9.391 downloads on Packagist (latest version 1.5.1). Install it with composer require skydiver/nova-update-card. Discover more Laravel packages by skydiver or browse all Laravel packages to compare alternatives.

Last updated

Nova Laravel Update Card

Latest Version on Packagist Total Downloads

Check if you're running the latest versions of Laravel or Nova right from your dashboard.

This is a fork of Nova Laravel Update Card. All the credits goes to original authors.

tinker screenshot

Installation

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

composer require skydiver/nova-update-card

Next up, you must register the card with Nova. This is typically done in the cards method of the NovaServiceProvider.

// in app/Providers/NovaServiceProvder.php

// ...
public function cards()
{
    return [
        // ...
        (new \Skydiver\NovaUpdateCard\LaravelUpdateCard)->width('1/2'),
        (new \Skydiver\NovaUpdateCard\NovaUpdateCard)->width('1/2'),
    ];
}

Usage

Just visit your Nova dashboard and you'll get information about your installed Laravel and Nova versions.

Credits

Laravel Update Card

License

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

Star History Chart