laravel-http-pushstream-broadcaster
laravel-http-pushstream-broadcaster copied to clipboard
Driver [pushstream] is not supported.
Using Laravel 5.4.*.
NGINX is compiled with the latest push stream module (NGINX 1.10.3) and testet with the CURL samples. All Fine!
I follow the configuration instructions for this laravel package. But my application is throwing the following error:
[InvalidArgumentException]
Driver [pushstream] is not supported.
What i'm doing wrong?
I think Laravel has changed, breaking this package. Having the darndest time defining a different custom broadcaster (and found this package while hunting for a solution).