nova-cards / system-information-card
A Laravel Nova card.
Installs: 13 858
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 1
Forks: 3
Open Issues: 1
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2025-04-09 12:07:27 UTC
README
Simple Laravel Nova Card for displaying some useful information about disk-space, memory, loadavg, uptime and system time.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require nova-cards/system-information-card
Usage:
public function cards() { return [ new SystemInformationCard(), ]; }
License
The MIT License (MIT). Please see License File for more information.