Download the PHP package tenancy/laravel-websockets-bridge without Composer
On this page you can find all versions of the php package tenancy/laravel-websockets-bridge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tenancy/laravel-websockets-bridge
More information about tenancy/laravel-websockets-bridge
Files in tenancy/laravel-websockets-bridge
Download tenancy/laravel-websockets-bridge
More information about tenancy/laravel-websockets-bridge
Files in tenancy/laravel-websockets-bridge
Vendor tenancy
Package laravel-websockets-bridge
Short Description Package to bridge beyondcode/laravel-websockets to hyn/multi-tenant.
License MIT
Package laravel-websockets-bridge
Short Description Package to bridge beyondcode/laravel-websockets to hyn/multi-tenant.
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-websockets-bridge
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.
How to install:
- 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
All versions of laravel-websockets-bridge with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.3
beyondcode/laravel-websockets Version ^1.0
hyn/multi-tenant Version ^5.3
illuminate/encryption Version ^5.7
beyondcode/laravel-websockets Version ^1.0
hyn/multi-tenant Version ^5.3
illuminate/encryption Version ^5.7
The package tenancy/laravel-websockets-bridge contains the following files
Loading the files please wait ....