Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.x] Laravel Reverb support #9758

Merged
merged 2 commits into from
Apr 5, 2024
Merged

[5.x] Laravel Reverb support #9758

merged 2 commits into from
Apr 5, 2024

Conversation

duncanmcclean
Copy link
Member

This pull request introduces support for Laravel Reverb, a self-hosted WebSockets server provided by a first-party Laravel package.

Previously, Statamic only supported using Pusher as a broadcasting driver so our Echo implementation was hardcoded to use Pusher (although, you could override it in JavaScript if you wanted).

In adding support for Laravel Reverb, we've moved the generation of the Echo config into our BroadcastServiceProvider so we can easily return different config options depending on the BROADCAST_CONNECTION configured in your .env.

@jasonvarga jasonvarga merged commit 2d4f0bd into master Apr 5, 2024
32 checks passed
@jasonvarga jasonvarga deleted the laravel-reverb-support branch April 5, 2024 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants