npm install [email protected]
laravel echo ile uyumlu
Nuxt ayarı
buildModules: [
// https://go.nuxtjs.dev/vuetify
// With options
['@nuxtjs/laravel-echo', {
//authEndpoint: 'http://rkbackend.localhost:82/api/broadcasting/auth',
broadcaster: 'socket.io',
host: 'rkbackend.localhost:82',
transports: ['websocket', 'polling']
}],
'@nuxtjs/vuetify',
],
İlk Yorumu Siz Yapın