kussie / nova-version-card
A Laravel Nova card to show some system versions.
Installs: 16 760
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 3
Open Issues: 1
Requires
- php: ^7.3|^8.0
- laravel/nova: ^4.0
Requires (Dev)
- orchestra/testbench: ^3.6
- phpunit/phpunit: 7.1
This package is not auto-updated.
Last update: 2025-01-27 11:37:45 UTC
README
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
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.