-
I have attempted to adjust the composer dependencies with no avail to get up to Laravel 11. I'd like to try to upgrade the dependencies to utilize the newly released Laravel Reverb so there's a altern…
-
E/flutter (22170): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type 'Null' is not a subtype of type 'String' in type cast
E/flutter (22170): #0 _$ConnectionErrorFromJson
p…
-
Hi :wave: It looks like this module hasn't been updated for Nuxt 3. In an effort to improve the developer experience of modules, I've updated the module to clarify that it only supports Nuxt 2.
If …
-
Hello.
After installing `"pusher/pusher-php-server": "7.0.2"`, and **SOKETI** with `npm` and starting **SOKETI** in `supervisor` following the describtion on this link: https://docs.soketi.app/gett…
-
In my Dockerfile I have a step that installs Composer packages. After the installs are complete an `artisan package:discover` automatically executes and this errors out because Pusher can't find envir…
-
Hi @ricardogobbosouza I have these package versions
dependencies:
1. @nuxtjs/auth-next 5.0.0-1613647907.37b1156
2. nuxt ^v2.15.4
3. pusher-js ^7.0.3
devDependencies
1. @nuxtjs/laravel-echo ^…
-
Hello,
I'm tried to refactor a project away from using Pusher to Laravel-Websockets.
Has anyone tried this or had any success, I'm trying the following
def init_channel_join(self):
…
-
I am using [laravel websockets](https://beyondco.de/docs/laravel-websockets/getting-started/introduction) on backend, and testing device is iPhone
### Code Sample
```
import 'package:laravel_ec…
-
Is it possible to use this plugin with https://github.com/beyondcode/laravel-websockets?
Laravel Websockets functions as a replacement for Pusher, while still utilizing Pusher functionality. I see…
-
The current implementation assumes the Cookies are shared. This works in most cases (when domain is the same), but not when different domain is used.
The Pusher implementation uses the client JS to…