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,
...
],
- your_domain.com/healthservice