php - What is a good practice to receive POST (Push Notifications) from an API to a Laravel application? -


i have api sends push notifications laravel application. needs url can post notifcations.

where should make file? , how can process information in app? (regarding laravel best practices)

you can search payload pass in api. idea it.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -