Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages
N

System Information

Installation Instructions

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(),
    ];
}

Readme

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.

Back to Top
Added 7 years ago
Last updated 7 Years Ago
Version 0.0.1
Nova Version *
Composer
coreproc/nova-system-info-card
GitHub stars 24
Packagist downloads 145,290

Favorites

13 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
7 ratings

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas