README
Added composer autoloader to example
This commit is contained in:
parent
534375160a
commit
ab67ecbbe9
@ -41,6 +41,8 @@ use Ratchet\ConnectionInterface;
|
|||||||
use Ratchet\Server\IoServer;
|
use Ratchet\Server\IoServer;
|
||||||
use Ratchet\WebSocket\WsServer;
|
use Ratchet\WebSocket\WsServer;
|
||||||
|
|
||||||
|
require __DIR__ . '/vendor/autoload.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* chat.php
|
* chat.php
|
||||||
* Send any incoming messages to all connected clients (except sender)
|
* Send any incoming messages to all connected clients (except sender)
|
||||||
|
Loading…
Reference in New Issue
Block a user