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

Laravel Echo for Nuxt 2

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

Hey, I am working on a little app where I am using NuxtJS with the laravel echo package for the frontend and Laravel8 with the LaravelWebsockets package for the backend....

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [laravel-echo](https://togithub.com/laravel/echo) | [`^1.10.0` -> `^1.16.1`](https://renovatebot.com/diffs/npm/laravel-echo/1.10.0/1.16.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/laravel-echo/1.16.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Repository problems These problems occurred while renovating this repository. [View logs](https://developer.mend.io//github/nuxt-community/laravel-echo-module). - WARN:...

Hi there, I tested this module in NuxtJS3, which did not work out, so I guess it's not yet ready for NuxtJS3. But if I'm wrong, I really appreciate examples...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [defu](https://togithub.com/unjs/defu) | [`^3.2.2` -> `^6.1.4`](https://renovatebot.com/diffs/npm/defu/3.2.2/6.1.4) | [![age](https://developer.mend.io/api/mc/badges/age/npm/defu/6.1.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [codecov/codecov-action](https://togithub.com/codecov/codecov-action) | action | major | `v1` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/setup-node](https://togithub.com/actions/setup-node) | action | major | `v2` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v2` -> `v3` | ---...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://togithub.com/actions/cache) | action | major | `v2` -> `v3` | ---...

In order to get echo working after a page refresh I have to do this: ```ts this.$echo.options.broadcaster = this.$echo.config.broadcaster await this.$echo.connect() ``` it works when the user logs in, but...