davidpiesse/nova-statuspage

This package is abandoned and no longer maintained. No replacement package was suggested.

A Laravel Nova card.

0.0.3 2018-10-30 09:23 UTC

This package is auto-updated.

Last update: 2022-02-09 20:07:33 UTC


README

Laravel Nova StatusPage Card

Card Demo

It displays the company, current overall status with a colored icon, and a description of any issues a company might be having. Click on the card to go to the compaines Status Page (new tab).

Installation

Just like most other packages - composer!

composer require davidpiesse/nova-statuspage

Usage

Add the card to your NovaServiceProvider.php

protected function cards()
{
    return [
        (new StatusPage())->page('cloudflare'),
        ...
    ];
}

Page Prop

This is where you set the StatusPage customer you are interested in. This can be one of two options:

  • The name of the provider. We currently allow for
    • cloudflare
    • dropbox
    • newrelic
    • travisci
    • twilio
  • The StatusPage ID for a customer; such as yh6f0r4529hb