davidpiesse / nova-statuspage
A Laravel Nova card.
Installs: 2 926
Dependents: 0
Suggesters: 0
Security: 0
Stars: 8
Watchers: 2
Forks: 1
Open Issues: 0
Language:Vue
Requires
- php: >=7.1.0
This package is auto-updated.
Last update: 2022-02-09 20:07:33 UTC
README
Laravel Nova StatusPage Card
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