codeat3/nova-system-info-card

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

0.1.6 2021-10-29 09:07 UTC

This package is auto-updated.

Last update: 2024-04-29 04:53:45 UTC


README

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 chris.bautista@codeat3.ph instead of using the issue tracker.

Credits

License

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