nova-cards/system-information-card
最新稳定版本:v1.0.5
Composer 安装命令:
composer require nova-cards/system-information-card
包简介
A Laravel Nova card.
README 文档
README
Simple Laravel Nova Card for displaying some useful information about disk-space, memory, loadavg, uptime and system time.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require nova-cards/system-information-card
Usage:
public function cards() { return [ new SystemInformationCard(), ]; }
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 13.95k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 6
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-08-24