marianvlad/nova-ssl-card
最新稳定版本:v1.0.0
Composer 安装命令:
composer require marianvlad/nova-ssl-card
包简介
A Laravel Nova card for SSL certificates.
README 文档
README
Get details about SSL certificate inside a Nova card.
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require marianvlad/nova-ssl-card
Next up, you must register the card Nova. This is typically done in the cards method of the NovaServiceProvider.
// in app/Providers/NovaServiceProvider.php // ... public function cards() { return [ // ... new \Marianvlad\NovaSslCard\NovaSslCard, ]; }
Usage
By default the card will show certificate details for the current domain where you have installed Nova but you can configure for any domain name
// in app/Providers/NovaServiceProvider.php // ... public function cards() { return [ new \Marianvlad\NovaSslCard\NovaSslCard, // current domain // or new \Marianvlad\NovaSslCard\NovaSslCard('laravel.com'), ]; }
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 19.81k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 12
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-08-24