laravel / reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.
https://reverb.laravel.com
MIT License
1.02k stars 71 forks source link

Allow Custom Prefix Specification for Laravel Reverb Socket Routes #168

Closed kirills-morozovs closed 4 months ago

kirills-morozovs commented 4 months ago

Current Situation: In the existing codebase of Reverb, it's not feasible to designate a prefix to be added before Laravel Reverb socket implementation routes. This limitation poses challenges, particularly when trying to integrate Reverb with Kubernetes default Ingress, which doesn't support multiple ports with the same path and host.

Proposed Solution: To mitigate these challenges and enhance flexibility, allow specification of a custom prefix for routes within the Laravel Reverb configuration.

driesvints commented 4 months ago

Hi there. Right now we don't have any plans for this sorry. If you want, you can always attempt a PR to see if it gets accepted.