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