Closed silverax closed 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.
Thanks a lot Mr Suleiman!
this is wrong bro, I suggest u make a clear doc why should I open the ExpoController.php file :(
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?