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-tenant
andbeyondcode/laravel-websockets
installed following each package's documented install process.
- You should already have
- In the
config/websockets.php
file, update thestatistics
->model
key to have a value of\Tenancy\LaravelWebsockets\Models\WebsocketsStatisticsEntry::class
- This ensures the model uses the
system
database connection, even if you havetenant
as default.
- This ensures the model uses the