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,
});
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community