Skip to content

Commit 5e2d572

Browse files
authored
Update README.md
1 parent 48f4286 commit 5e2d572

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,7 @@ You can install the package via composer:
1616
composer require laravel-notification-channels/webpush
1717
```
1818

19-
First you must install the service provider (skip for Laravel>=5.5):
20-
21-
``` php
22-
// config/app.php
23-
'providers' => [
24-
...
25-
NotificationChannels\WebPush\WebPushServiceProvider::class,
26-
],
27-
```
28-
29-
Add the `NotificationChannels\WebPush\HasPushSubscriptions` trait to your `User` model:
19+
First add the `NotificationChannels\WebPush\HasPushSubscriptions` trait to your `User` model:
3020

3121
``` php
3222
use NotificationChannels\WebPush\HasPushSubscriptions;

0 commit comments

Comments
 (0)