A Laravel Nova card to show some system versions.
kussie/nova-version-card is a Laravel package for a laravel nova card to show some system versions..
It currently has 3 GitHub stars and 21.201 downloads on Packagist (latest version v0.1.2).
Install it with composer require kussie/nova-version-card.
Discover more Laravel packages by kussie
or browse all Laravel packages to compare alternatives.
Last updated
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

You can install the package in to a Laravel app that uses Nova via composer:
composer require kussie/nova-version-card
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(),
];
}
composer test
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.