baklysystems / laravel-chat-messenger

A laravel Chat that is just like facebook chat
MIT License
13 stars 11 forks source link

Documentation for Pusher #14

Open bencagri opened 4 years ago

bencagri commented 4 years ago

hi, as seen here https://github.com/baklysystems/laravel-chat-messenger/blob/master/src/Http/Controllers/MessageController.php#L60 pusher is used by default.

what else is needed to be done to send push (web) notifications?

mohamed-abdul-fattah commented 4 years ago

Pusher is the only supported push service, you're welcomed to add support for other push services.