laravel / reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.

Home Page:https://reverb.laravel.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow Custom Prefix Specification for Laravel Reverb Socket Routes

kirills-morozovs opened this issue · comments

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.

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.