laravel-sms-api icon indicating copy to clipboard operation
laravel-sms-api copied to clipboard

On demand notifications

Open onikaanin opened this issue 4 years ago • 3 comments

On-Demand Notifications support added to Laravel 5.5 and newer. We can send a notification to someone who is not stored as a user by this feature.

onikaanin avatar May 27 '20 15:05 onikaanin

Hi @onikaanin, Apologies, I wasn't available.

Can you tell me how this is different from using smsapi()->sendMessage("TO","MESSAGE"); directly?

gr8shivam avatar Jan 05 '21 15:01 gr8shivam

Hi @onikaanin, Apologies, I wasn't available.

Can you tell me how this is different from using smsapi()->sendMessage("TO","MESSAGE"); directly?

Hi @gr8shivam They are not different in terms of usage, but one of the features of your package is to be compatible with Laravel notification, and if the developer has implemented its SMS sending in this way, Laravel on-demand notification may be needed. And it is better that this package supports this feature. This was a problem that happened to me as well.

onikaanin avatar Jan 21 '21 08:01 onikaanin