Skip to content

Commit 8512b0c

Browse files
committed
add notes about nexmo and slack in upgrade guide
1 parent a8a2505 commit 8512b0c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

upgrade.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,15 @@ The email validation rule now checks if the email is [RFC5630](https://tools.iet
222222

223223
Therefore, when using Laravel 5.8, emails that were previously incorrectly considered invalid will now be considered valid (e.g `hej@bär.se`). Generally, this should be considered a bug fix; however, it is listed as a breaking change out of caution. [Please let us know if you encounter any issues surrounding this change](https://github.com/laravel/framework/pull/26503).
224224

225+
### Nexmo & Slack Notification Channels
226+
227+
**Likelihood Of Impact: Low**
228+
229+
Nexmo and Slack Notification channels were extracted to separate repositories. To use these channels in your application, add the following dependencies to your composer.json:
230+
231+
"laravel/nexmo-notification-channel": "^1.0",
232+
"laravel/slack-notification-channel": "^1.0"
233+
225234
### Miscellaneous
226235

227236
We also encourage you to view the changes in the `laravel/laravel` [GitHub repository](https://github.com/laravel/laravel). While many of these changes are not required, you may wish to keep these files in sync with your application. Some of these changes will be covered in this upgrade guide, but others, such as changes to configuration files or comments, will not be. You can easily view the changes with the [GitHub comparison tool](https://github.com/laravel/laravel/compare/5.7...master) and choose which updates are important to you.

0 commit comments

Comments
 (0)