A forked version of nova-system-info-card by codeat3 Laravel Nova card that shows you your system information.
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
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.
Get the basic system information of the server running your web application right from your Nova dashboard.

You can install the package in to a Laravel app that uses Nova via composer:
composer require codeat3/nova-system-info-card
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(),
];
}
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.