Sumit
Sumit

Reputation: 39

How do I use AWS SNS in laravel 5.2?

I want my application to send SMS messages to other mobile numbers. I got to know that I need to create a topic, then a subscriber and later publish messages to all the subscribers. But I am not getting how to implement all this stuff like creating topic, subscribers and publishing messages in laravel 5.2 programmatically.

Upvotes: 1

Views: 3489

Answers (1)

Related Questions