We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48f4286 commit 5e2d572Copy full SHA for 5e2d572
README.md
@@ -16,17 +16,7 @@ You can install the package via composer:
16
composer require laravel-notification-channels/webpush
17
```
18
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:
+First add the `NotificationChannels\WebPush\HasPushSubscriptions` trait to your `User` model:
30
31
``` php
32
use NotificationChannels\WebPush\HasPushSubscriptions;
0 commit comments