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

Composite-Solutions/laravel-server-health

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages