Skip to content

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

License

Notifications You must be signed in to change notification settings

CoreProc/nova-system-info-card

Repository files navigation

Nova System Info Card

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 coreproc/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 \Coreproc\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@coreproc.ph instead of using the issue tracker.

Credits

License

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published