GodziLaravel's avatar

Free mobile notification service

Hi there,

I'm currently working on a Single Page Application (SPA) utilizing Vue 3 and Laravel 10. I'm in search of a free service to send weather notifications to users, I don't talk about the js notifications (toasts) but the real mobile notification like Gmail, facebook ..etc . Any recommendations or suggestions would be highly valued.

Thanks!

0 likes
3 replies
nexxai's avatar

Laravel has a built in Notification system that can send emails, Slack messages, and SMS messages, however you will be hard-pressed to find a provider that will allow you to send SMS messages for free due to the likelihood of their service being abused for spamming purposes.

https://laravel.com/docs/10.x/notifications

Snapey's avatar

to display native notifications on a mobile device, you need a native client installed on that device

1 like
martinbean's avatar

@godzilaravel You‘re talking about push notifications and like @snapey says, you need native apps installed on the user’s device, and the user needs to gave permission to receive them.

Please or to participate in this conversation.