Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Kummer authored Nov 8, 2017
1 parent 6e63e89 commit dfd0443
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@
configurable healthcheck route for laravel

## Install

composer require ipunkt/laravel-healthcheck

If you are using laravel 5.5 or above you do not have to add the provider manually. We support the package discovery.

Add the `\Ipunkt\LaravelHealthcheck\HealthcheckProvider::class,` to your `providers` section in `config/app.php`.

php artisan vendor:publish --provider "Ipunkt\LaravelHealthcheck\HealthcheckProvider"
Expand Down

0 comments on commit dfd0443

Please sign in to comment.