Download the PHP package ontherocksoftware/nova-red-amber-green-card without Composer
On this page you can find all versions of the php package ontherocksoftware/nova-red-amber-green-card. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ontherocksoftware/nova-red-amber-green-card
More information about ontherocksoftware/nova-red-amber-green-card
Files in ontherocksoftware/nova-red-amber-green-card
Download ontherocksoftware/nova-red-amber-green-card
More information about ontherocksoftware/nova-red-amber-green-card
Files in ontherocksoftware/nova-red-amber-green-card
Vendor ontherocksoftware
Package nova-red-amber-green-card
Short Description A Laravel Nova card.
License MIT
Package nova-red-amber-green-card
Short Description A Laravel Nova card.
License MIT
Please rate this library. Is it a good library?
Informations about the package nova-red-amber-green-card
Nova Red Amber Green Card
Laravel nova card to show monitor status from red-amber.green.
Installation
composer require ontherocksoftware/nova-red-amber-green-card
Config
php artisan vendor:publish --provider="Ontherocksoftware\NovaRedAmberGreenCard\CardServiceProvider" --tag="config"
Usage
use Ontherocksoftware\NovaRedAmberGreenCard\NovaRedAmberGreenCard;
//option 1 when all monitors under one account then all you need is to publish the config and set your api key.
return [
(new NovaRedAmberGreenCard("bd1768eb-a9ee-4741-9659-dea5524c6c48"))->width('1/3'),
(new NovaRedAmberGreenCard("b0807944-533e-4dce-a5a0-ec6871511fff"))->width('1/3'),
];
//option 2 when monitors using different accounts.
return [
(new NovaRedAmberGreenCard("bd1768eb-a9ee-4741-9659-dea5524c6c48"))->apiKey("api_key_1")->width('1/3'),
(new NovaRedAmberGreenCard("b0807944-533e-4dce-a5a0-ec6871511fff"))->apiKey("api_key_2")->width('1/3'),
];
screenshots
All versions of nova-red-amber-green-card with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package ontherocksoftware/nova-red-amber-green-card contains the following files
Loading the files please wait ....