Alymosul / laravel-exponent-push-notifications

Exponent push notifications driver for laravel 5
MIT License
144 stars 77 forks source link

the docs seems incomplete #13

Closed silverax closed 6 years ago

silverax commented 6 years ago

Hello, thanks for your time!

The documentation does not explain how to actually send the notification.

Which method is the one that sends the notification? Where should the token be inserted?

Alymosul commented 6 years ago

From the readme:

Managing Recipients This package registers two endpoints that handle the subscription of recipients, the endpoints are defined in src/Http/routes.php file, used by ExpoController and all loaded through the package service provider.

I believe you should open the ExpoController.php and you'll find it pretty expressive and easy to understand, the readme together with small knowledge about https://laravel.com/docs/5.7/notifications you will easily understand how you can send notifications.

silverax commented 6 years ago

Thanks a lot Mr Suleiman!

Jekso commented 4 years ago

this is wrong bro, I suggest u make a clear doc why should I open the ExpoController.php file :(