Merge pull request #4525 from przemdz665/bootstrap-pusher-fix

Update Echo options for pusher in bootstrap.js
This commit is contained in:
Taylor Otwell 2017-12-23 20:09:19 -06:00 committed by GitHub
commit b347461f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -49,5 +49,7 @@ if (token) {
// window.Echo = new Echo({
// broadcaster: 'pusher',
// key: 'your-pusher-key'
// key: 'your-pusher-key',
// cluster: 'mt1',
// encrypted: true
// });