Skip to content

Commit

Permalink
Changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jhhazelaar committed Nov 1, 2023
1 parent 166ecde commit 1cfc18d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 42 deletions.
26 changes: 3 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,11 @@
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/concept7/health-checks/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/concept7/health-checks/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
[![Total Downloads](https://img.shields.io/packagist/dt/concept7/health-checks.svg?style=flat-square)](https://packagist.org/packages/concept7/health-checks)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
Default application health checks for Concept7 projects with Ohdear! enabled.

## Support us

[<img src="https://github-ads.s3.eu-central-1.amazonaws.com/health-checks.jpg?t=1" width="419px" />](https://spatie.be/github-ad-click/health-checks)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
Send some love.

## Installation

Expand All @@ -23,13 +19,6 @@ You can install the package via composer:
composer require concept7/health-checks
```

You can publish and run the migrations with:

```bash
php artisan vendor:publish --tag="health-checks-migrations"
php artisan migrate
```

You can publish the config file with:

```bash
Expand All @@ -43,18 +32,9 @@ return [
];
```

Optionally, you can publish the views using

```bash
php artisan vendor:publish --tag="health-checks-views"
```

## Usage

```php
$healthChecks = new Concept7\HealthChecks();
echo $healthChecks->echoPhrase('Hello, Concept7!');
```
Set your OH_DEAR_HEALTH_CHECK_SECRET in your .env file and enabled the application healt in Ohdear!

## Testing

Expand Down
19 changes: 0 additions & 19 deletions src/Commands/HealthChecksCommand.php

This file was deleted.

0 comments on commit 1cfc18d

Please sign in to comment.