Package Data | |
---|---|
Maintainer Username: | akaramires |
Maintainer Contact: | e.abdurayimov@gmail.com (Elmar Abdurayimov) |
Package Create Date: | 2016-01-19 |
Package Last Update: | 2016-10-12 |
Home Page: | https://packagist.org/packages/akaramires/laravel-uptimerobot-api |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-19 03:08:03 |
Package Statistics | |
---|---|
Total Downloads: | 70 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 3 |
Total Watchers: | 2 |
Total Forks: | 3 |
Total Open Issues: | 0 |
Please check the system requirements before installing Laravel UptimeRobot API.
To get the latest version of Laravel UptimeRobot API, simply require "akaramires/laravel-uptimerobot-api": "*"
in your composer.json
file.
Open up app/config/app.php
and add the following to the providers
key.
Akaramires\Monitors\MonitorsServiceProvider::class
Also add the following to the aliases
key:
'Monitors' => Akaramires\Monitors\Facades\Monitors::class
Laravel UptimeRobot API requires configuration.
To get started, first publish the package config file:
php artisan vendor:publish --provider="Akaramires\Monitors\MonitorsServiceProvider"