laravel-echo-module icon indicating copy to clipboard operation
laravel-echo-module copied to clipboard

Laravel Echo for Nuxt 2

Results 44 laravel-echo-module issues
Sort by recently updated
recently updated
newest added

Examples - [x] Pusher - [ ] Socket-io (wip) - [ ] Custom Server (wip) - [ ] Laravel (wip)

Im currently working with nuxt/laravel-echo. I want to use encrypted channels and can see that it is not included in the basic pusher.js and you have to explicitly implement Pusher...

Hello Thank you for your project. Please add the delay time option before echo.connect() because when i need start socket.io after page load completed Thank.

Hi, So I have this nuxt module installed along with nuxt's axios module. My axios instance is currently having a X-XSRF-TOKEN header configured inside it (because Laravel Sanctum) and I...

I use this.$echo.channel() in created(), error Cannot read property 'channel' of undefined. Please help me

Trigger an action before and after the `connect` and `disconnect` methods.

Hi there, I have this in my nuxt.config.js ``` buildModules: [ // Doc: https://github.com/nuxt-community/eslint-module '@nuxtjs/eslint-module', // Doc: https://github.com/nuxt-community/nuxt-tailwindcss '@nuxtjs/tailwindcss', '@nuxtjs/laravel-echo', // Doc: https://github.com/nuxt-community/dotenv-module ['@nuxtjs/dotenv'], ], ``` and outside of build...