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.
2 parents fa9df52 + a84dabe commit d6e0385Copy full SHA for d6e0385
README.md
@@ -37,7 +37,7 @@ You can install the package via composer:
37
composer require laravel-notification-channels/messagebird
38
```
39
40
-You must install the service provider:
+for Laravel 5.4 or lower, you must add the service provider to your config:
41
42
```php
43
// config/app.php
composer.json
@@ -38,5 +38,12 @@
"config": {
"sort-packages": true
},
- "minimum-stability": "dev"
+ "minimum-stability": "dev",
+ "extra": {
+ "laravel": {
44
+ "providers": [
45
+ "NotificationChannels\\Messagebird\\MessagebirdServiceProvider"
46
+ ]
47
+ }
48
49
}
0 commit comments