LaravelPackages.net
Acme Inc.
Toggle sidebar
codeat3/nova-system-info-card

A forked version of nova-system-info-card by codeat3 Laravel Nova card that shows you your system information.

169
1
0.1.6
About codeat3/nova-system-info-card

codeat3/nova-system-info-card is a Laravel package for a forked version of nova-system-info-card by codeat3 laravel nova card that shows you your system information.. It currently has 1 GitHub stars and 169 downloads on Packagist (latest version 0.1.6). Install it with composer require codeat3/nova-system-info-card. Discover more Laravel packages by codeat3 or browse all Laravel packages to compare alternatives.

Last updated

Nova System Info Card

This is the forked version of the nova-system-info-card developed by coreproc. This has been forked out for some custom ui-dimensions and custom requirements. Thanks coreproc for a useful package.

Latest Version on Packagist Total Downloads

Get the basic system information of the server running your web application right from your Nova dashboard.

system info screenshot

Installation

You can install the package in to a Laravel app that uses Nova via composer:

composer require codeat3/nova-system-info-card

Usage

Register the card with Nova. This is typically done in the cards method of the NovaServiceProvider.

// in app/Providers/NovaServiceProvder.php

// ...
public function cards()
{
    return [
        // ...
        new \Codeat3\NovaSystemInfoCard\SystemInfoCard(),
    ];
}

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Star History Chart