Skip to content

Commit

Permalink
Update README for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
casperboone authored Jun 12, 2019
1 parent 82ea738 commit 9951d9f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/laravel-notification-channels/pushover/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravel-notification-channels/pushover/?branch=master)
[![Total Downloads](https://img.shields.io/packagist/dt/laravel-notification-channels/pushover.svg?style=flat-square)](https://packagist.org/packages/laravel-notification-channels/pushover)

This package makes it easy to send Pushover notifications with Laravel Notifications (included in Laravel 5.3 and higher).
This package makes it easy to send Pushover notifications with Laravel Notifications.

## Contents

Expand All @@ -32,16 +32,6 @@ You can install the package via composer:
composer require laravel-notification-channels/pushover
```

For Laravel 5.4 or lower, you must add the service provider to the app config:

```php
// config/app.php
'providers' => [
...
NotificationChannels\Pushover\PushoverServiceProvider::class,
],
```

### Setting up your Pushover account

To start sending messages via Pushover, you have to [register an application](https://pushover.net/apps/build).
Expand Down

0 comments on commit 9951d9f

Please sign in to comment.