-
I have Laravel Websockets running on Laravel 7 (thanks to the changes in this fork: https://github.com/beyondcode/laravel-websockets-demo/pull/12) but I get an error 500 in my console when I connect i…
-
I have a form which includes `{{ csrf_field() }}`
When I submit the form in Firefox (v57.0.4) it works fine no issues.
When I submit the same form in Chrome (v63.0.3239.132) i keep getting:
…
-
- Echo Version: 1.14.2
- Laravel Version: na
- PHP Version: na
- NPM Version: na
- Node Version: na
### Description:
While https://github.com/laravel/echo/pull/315 added support for #l…
-
### Describe the bug
If you attempt to pass in extra data via array, nothing shows up in the received messages, and when you run $message->jsonSerialize(), the data is also missing.
```php
$message…
-
Do you have any plan on implementing this:
https://github.com/graphql/graphql-js/pull/189
http://graphql.org/blog/subscriptions-in-graphql-and-relay/
-
!Note: use custom auth with Laravel back-end
When try connected to web socket with
`await pusher.connect()`
got error on the console:
`[TypeError: f is not a function. (In 'f()', 'f' is unde…
-
### Bug description
In versions later than 3.4.0, the duplicate button is missing in all collections.
### How to reproduce
Update to 3.4, and the button is missing.
### Logs
_No response_
…
-
Hi all!
If I am running "docker-compose run --rm todolist-server php artisan migrate" command, I got this error:
Illuminate\Database\QueryException : SQLSTATE[HY000] [2002] php_network_getaddres…
-
I wanna implement an authentication without using laravel and a way to send audio messages using the pusher created channel. Can anyone help me?I never implemented audio sending and I'm not sure on ho…
-
i'm using these packages:
laravel/framework v9.39.0
beyondcode/laravel-websockets 1.13.1
pusher/pusher-php-server 7.0.2
Redis
Horizon
and clients not getting any data when using (pusher-php-se…