how to connect to laravel websocket server to construct 2 websocket plugin?
laravel websocket server config(up and running):
'encrypted' => true,
'host' => '127.0.0.1',
'port' => 6001,
'scheme' => 'http'
construct 2 websocket plugin event and action:
construct 2 trace:
please help, i'm stuck for a week now... :(