Support the ongoing development of Laravel.io →
Vue.js Breeze API
Last updated by @charliesideroad 2 years ago.
0

I remove 1 warning, "use depreciated API's," by adding disabledTransports to echo.js file:

window.Echo = new Echo({
broadcaster: 'pusher',
key: 'a5a5a5a5a5a5a5', 
cluster: 'mt1',
disabledTransports: ['xhr_streaming', 'xhr_polling', 'sockjs'],    
forceTLS: true,
});  
Last updated by @charliesideroad 2 years ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2026 Laravel.io - All rights reserved.