This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Description
I have a server configured for multi tenancy, I can broadcast events with private channels from my applications to front end clients using the Laravel echo client to listen for events but I actually wish to emit events from the front end too, to trigger events on back end.
Is this possible with this package or is this strictly server to client broadcasting only?