Skip to content

PHPJunior/nova-digitalocean-card

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nova Digitalocean Card

Latest Stable Version Total Downloads

screenshot 1

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.