Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (20 loc) · 599 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 599 Bytes

Composite Server Health Monitor wrapper

Laravel Server & App Health Monitor and Notifier

Install

You can install the package via Composer

composer require composite/server-health

In Laravel 5.5 or above the service provider will automatically get registered. In older versions of the framework just add the service provider in config/app.php file:

'providers' => [
    ...
    /*
     * Package Service Providers...
     */
    Composite\ServerHealth\HealthServiceProvider::class,
    ...
],

Usage

  • your_domain.com/healthservice