Santiago Muñoz
Santiago Muñoz

Reputation: 153

Chat laravel 5 and notificaciones whit Whatsapp

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?

Upvotes: 0

Views: 1538

Answers (1)

Jose Rojas
Jose Rojas

Reputation: 3520

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.

Upvotes: 2

Related Questions