F
Filament4d ago
Dev

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:
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
Jump to solution
1 Reply
Solution
Dennis Koch
Dennis Koch4d ago
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

Did you find this page helpful?