PHPackages                             redwebcreation/laravel-healthful - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. redwebcreation/laravel-healthful

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

redwebcreation/laravel-healthful
================================

Checks if your application is healthy.

1.0.0(4y ago)0409MITPHPPHP ^8.0

Since Jul 26Pushed 4y ago2 watchersCompare

[ Source](https://github.com/redwebcreation/laravel-healthful)[ Packagist](https://packagist.org/packages/redwebcreation/laravel-healthful)[ RSS](/packages/redwebcreation-laravel-healthful/feed)WikiDiscussions master Synced yesterday

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

Healthful for Laravel
=====================

[](#healthful-for-laravel)

This package is meant to be used with Docker's `HEALTHCHECK` directive and has been designed accordingly.

[![Tests](https://github.com/redwebcreation/laravel-healthful/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/redwebcreation/laravel-healthful/actions/workflows/tests.yml)[![Formats](https://github.com/redwebcreation/laravel-healthful/actions/workflows/formats.yml/badge.svg?branch=master)](https://github.com/redwebcreation/laravel-healthful/actions/workflows/formats.yml)[![Version](https://camo.githubusercontent.com/ecdd2059eb92c4d8f619c28dd642440f1fa6926c5420e492fae8a8a2e8471f1c/68747470733a2f2f706f7365722e707567782e6f72672f7265647765626372656174696f6e2f6c61726176656c2d6865616c746866756c2f76657273696f6e)](//packagist.org/packages/redwebcreation/laravel-healthful)[![Total Downloads](https://camo.githubusercontent.com/5fde271afb1736f0b7ce739602226c3bb0dddf9ab5c0b48dca46cb7d404f2400/68747470733a2f2f706f7365722e707567782e6f72672f7265647765626372656174696f6e2f6c61726176656c2d6865616c746866756c2f646f776e6c6f616473)](//packagist.org/packages/redwebcreation/laravel-healthful)[![License](https://camo.githubusercontent.com/bbb2cbfd6941685f92b4ec98ab85e5596f6dc70b1249faad88f4ce5046d5879f/68747470733a2f2f706f7365722e707567782e6f72672f7265647765626372656174696f6e2f6c61726176656c2d6865616c746866756c2f6c6963656e7365)](//packagist.org/packages/redwebcreation/laravel-healthful)

Installation
------------

[](#installation)

> Requires [PHP 8.0+](https://php.net/releases)

You can install the package via composer:

```
composer require redwebcreation/laravel-healthful
```

The package will automatically register itself.

You'll need to publish the migrations :

```
php artisan vendor:publish --tag="healthful-migrations"
```

Optionally you can publish the config file:

```
php artisan vendor:publish --tag="healthful-config"
```

This is the contents of the published config file:

```
