File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 99[ ![ 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 )
1010[ ![ Total Downloads] ( https://img.shields.io/packagist/dt/laravel-notification-channels/pushover.svg?style=flat-square )] ( https://packagist.org/packages/laravel-notification-channels/pushover )
1111
12- This package makes it easy to send Pushover notifications with Laravel Notifications (included in Laravel 5.3 and higher) .
12+ This package makes it easy to send Pushover notifications with Laravel Notifications.
1313
1414## Contents
1515
@@ -32,16 +32,6 @@ You can install the package via composer:
3232composer require laravel-notification-channels/pushover
3333```
3434
35- For Laravel 5.4 or lower, you must add the service provider to the app config:
36-
37- ``` php
38- // config/app.php
39- 'providers' => [
40- ...
41- NotificationChannels\Pushover\PushoverServiceProvider::class,
42- ],
43- ```
44-
4535### Setting up your Pushover account
4636
4737To start sending messages via Pushover, you have to [ register an application] ( https://pushover.net/apps/build ) .
You can’t perform that action at this time.
0 commit comments