We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb6c86 commit 88117b8Copy full SHA for 88117b8
README.md
@@ -193,7 +193,7 @@ Add to your javascript file:
193
import Echo from 'laravel-echo';
194
import {broadcaster} from 'laravel-echo-api-gateway';
195
196
-const echo = new Echo({
+window.Echo = new Echo({
197
broadcaster,
198
// replace the placeholders
199
host: 'wss://{api-ip}.execute-api.{region}.amazonaws.com/{stage}',
0 commit comments