laravel-websockets
laravel-websockets copied to clipboard
Instantiate ChannelManager in Listeners
Hi there
How can i instantiate channel manager in event listeners ?
App::make(\BeyondCode\LaravelWebSockets\Contracts\ChannelManager::class)
throws this error cannot instantiate ChannelManager .