0

I'm doing a system with laravel 5 and want have a method of notification alerts to phone mobile. I have read that I can do it with whatsapi but not as useful or good that is.

Any advice or recommendation?

Jose Rojas
  • 3,490
  • 3
  • 26
  • 40
Santiago Muñoz
  • 169
  • 1
  • 2
  • 12

1 Answers1

2

You could do through push notifications, I would recommend you use this library https://packagist.org/packages/davibennun/laravel-push-notification to integrate to Laravel. You can send with push notification a payload with data for your app use it.

Jose Rojas
  • 3,490
  • 3
  • 26
  • 40