codeat3 / nova-system-info-card
A forked version of nova-system-info-card by codeat3 Laravel Nova card that shows you your system information.
Requires
- php: ^7.3|^8.0
- laravel/nova: ^3.10
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.3
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.
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 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.