Laravel Nova icon Nova Packages

Readme

Nova Version Card (Laravel Nova 4.0+)

Get the versions of the basic system services of the server running your web application right from your Nova dashboard. This is based on the work of Chris Bautista

version card screenshot

Installation

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

composer require kussie/nova-version-card

Usage

Register the card within your Dashboard in Nova. This is typically done in the cards method of your Dashboard file for example Dashboard/Main.php.

// ...
public function cards()
{
    return [
        // ...
        new \Kussie\VersionCard\VersionCard(),
    ];
}

Testing

composer test

Security

If you discover any security related issues, please email ben@kussie.com.au instead of using the issue tracker.

Credits

License

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

Screenshots

Back to Top
Added 3 years ago
Last updated 2 Years Ago
Version v0.1.2
Nova Version ^4.0
Composer
kussie/nova-version-card
GitHub stars 3
Packagist downloads 18,311

Favorites

6 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
1 ratings

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas