kussie/nova-version-card
最新稳定版本:v0.1.2
Composer 安装命令:
composer require kussie/nova-version-card
包简介
A Laravel Nova card to show some system versions.
README 文档
README
Get the versions of the basic system services of the server running your web application right from your Nova dashboard. This is based on the work of Chris Bautista
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require kussie/nova-version-card
Usage
Register the card within your Dashboard in Nova. This is typically done in the cards method of your Dashboard file for example Dashboard/Main.php.
// ... public function cards() { return [ // ... new \Kussie\VersionCard\VersionCard(), ]; }
Testing
composer test
Security
If you discover any security related issues, please email ben@kussie.com.au instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 19.93k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-04-06
