Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 896 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 896 Bytes

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.