Sending a SMS Notification, just like a Mail Notification
So currently I have a working SMTP integration, where if a request is done, it would send an email to the user
How can i do the same for an email using filamentphp? is there a plugin or anything of that sort?
I found a whatsapp integration with twilio but no direct SMS
Solution:Jump to solution
There should be many Laravel packages to send SMS notifications. I recommend checking out Laravel Notification Channels Project: https://laravel-notification-channels.com/
Laravel Notification Channels
A collection of custom drivers for Laravel 5.5+, 6.x & 7.x
1 Reply
Solution
There should be many Laravel packages to send SMS notifications. I recommend checking out Laravel Notification Channels Project: https://laravel-notification-channels.com/
Laravel Notification Channels
A collection of custom drivers for Laravel 5.5+, 6.x & 7.x