This was created in 2 hours and has not been tested. I can't even guarantee there's a need beyond what beyondcode/laravel-websockets provides natively. It goes without saying that this exists without warranty of success.
- Run
composer require tenancy/laravel-websockets-bridge- You should already have
hyn/multi-tenantandbeyondcode/laravel-websocketsinstalled following each package's documented install process.
- You should already have
- In the
config/websockets.phpfile, update thestatistics->modelkey to have a value of\Tenancy\LaravelWebsockets\Models\WebsocketsStatisticsEntry::class- This ensures the model uses the
systemdatabase connection, even if you havetenantas default.
- This ensures the model uses the