Laravel Nova icon Nova Packages

Installation Instructions

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'),
    ];
}

Readme

Nova SSL Card

Latest Version on Packagist Total Downloads

Get details about SSL certificate inside a Nova card.

nova-ssl-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.

Back to Top
Added 6 years ago
Last updated 7 Years Ago
Version v1.0.0
Nova Version *
Composer
marianvlad/nova-ssl-card
GitHub stars 12
Packagist downloads 19,449

Favorites

11 users favorited

Rating

3.00
(out of 5)
★★★★★
★★★★
★★★
★★
1 ratings

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas