LaravelPackages.net
Acme Inc.
Toggle sidebar
nova-cards/system-information-card

A Laravel Nova card.

13.977
6
v1.0.5
About nova-cards/system-information-card

nova-cards/system-information-card is a Laravel package for a laravel nova card.. It currently has 6 GitHub stars and 13.977 downloads on Packagist (latest version v1.0.5). Install it with composer require nova-cards/system-information-card. Discover more Laravel packages by nova-cards or browse all Laravel packages to compare alternatives.

Last updated

Nova SystemInformation-Card

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.

Comments