Nova Digitalocean Card
Installation
You can install the package in to a Laravel app that uses Nova via composer:
composer require php-junior/nova-digitalocean-card
Usage
return [
new \PhpJunior\NovaDigitaloceanCard\DigitaloceanIncidentsCard(),
new \PhpJunior\NovaDigitaloceanCard\DigitaloceanUnresolvedIncidentsCard(),
new \PhpJunior\NovaDigitaloceanCard\DigitaloceanStatusCard(),
];
License
The MIT License (MIT). Please see License File for more information.