laravel / vonage-notification-channel

Vonage Notification Channel for Laravel.
https://laravel.com/docs/notifications#sms-notifications
MIT License
744 stars 51 forks source link

Feature: Add more Channels (like WhatsApp) #7

Closed pmochine closed 5 years ago

pmochine commented 5 years ago

Hey @all :)

This package adds more Channels: https://github.com/Nexmo/laravel-notification

Since this is the official package for Laravel, couldn't you add these functions as well:

driesvints commented 5 years ago

Heya. Since a third party package already supports these I don't think it makes much sense for us to add the same functionality to this one.

pmochine commented 5 years ago

@driesvints Ok, I understand! (I just don't like to use third-party packages, because sometimes they are too slow to update their dependencies etc.)