File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,15 @@ Or you can manually update your require block and run `composer update` if you c
38
38
``` json
39
39
{
40
40
"require" : {
41
- "laravel-notification-channels/pushbullet" : " ^0.2 "
42
- }
41
+ "laravel-notification-channels/pushbullet": "^0.3 "
42
+ }
43
43
}
44
44
```
45
45
46
46
You will also need to install ` guzzlehttp/guzzle ` http client to send request to Pushbullet API.
47
47
48
- Once package is installed, you need to register the service provider. Open up ` config/app.php ` and add the following to the ` providers ` key.
48
+ If you use Laravel 5.5 you don't need the following step.
49
+ If not, once package is installed, you need to register the service provider. Open up ` config/app.php ` and add the following to the ` providers ` key.
49
50
50
51
* ` NotificationChannels\Pushbullet\PushbulletServiceProvider::class `
51
52
You can’t perform that action at this time.
0 commit comments