You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this issue with a multiple-domain setup where in Pusher I needed to set my authEndpoint to point to my Laravel API (5.6). Currently the broadcasting in Laravel only supports the regular POST route. More information can be found on this here
I have modified BroadcastManager.php and PusherBroadcaster.php to support this and will be submitting a PR soon to be reviewed.
I ran into this issue with a multiple-domain setup where in Pusher I needed to set my
authEndpoint
to point to my Laravel API (5.6). Currently the broadcasting in Laravel only supports the regularPOST
route. More information can be found on this hereI have modified
BroadcastManager.php
andPusherBroadcaster.php
to support this and will be submitting a PR soon to be reviewed.This also hopefully addresses #15746 as well
The text was updated successfully, but these errors were encountered: