nova-cards / system-information-card
A Laravel Nova card.
Package info
github.com/nova-cards/system-information-card
pkg:composer/nova-cards/system-information-card
v1.0.5
2018-12-10 07:22 UTC
Requires
- php: >=7.1.0
This package is not auto-updated.
Last update: 2026-03-11 16:24: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.