ably-forks / laravel-echo

Laravel Echo library for beautiful Pusher and Ably integration.
https://laravel.com/docs/broadcasting#client-side-installation
MIT License
12 stars 4 forks source link

Add ably dependency #7

Closed owenpearson closed 1 year ago

owenpearson commented 1 year ago

The library doesn't work at all without ably so this should be listed as a dependency.

sacOO7 commented 1 year ago

This is unnecessary. Idea behind echo is to keep ably, pusher or any other socket libraries as pluggable dependencies. You can check tests, we are setting global .Ably = Ably . This is also true for pusher and all other adapters.