Nova System Info Card
Get the basic system information of the server running your web application right from your Nova dashboard.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require coreproc/nova-system-info-cardUsage
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 testChangelog
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.
