skydiver/nova-update-card
最新稳定版本:1.5.1
Composer 安装命令:
composer require skydiver/nova-update-card
包简介
Check if you're running the latest versions of Laravel or Nova right from your dashboard.
README 文档
README
Check if you're running the latest versions of Laravel or Nova right from your dashboard.
This is a fork of Nova Laravel Update Card. All the credits goes to original authors.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require skydiver/nova-update-card
Next up, you must 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 \Skydiver\NovaUpdateCard\LaravelUpdateCard)->width('1/2'), (new \Skydiver\NovaUpdateCard\NovaUpdateCard)->width('1/2'), ]; }
Usage
Just visit your Nova dashboard and you'll get information about your installed Laravel and Nova versions.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 9.22k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-11-14
