laravel-websockets is an alternative to using pusher.io service
Sep 10, 2021
4
Level 4
is there a Laravel Websockets alternative?
I am sad because I'm studyng integration with pusher.io and in the official doc of laravel 8 i see of "Laravel Websockets" package.
This package is currently absolutely not compatible with laravel 8 at all, its requirements are causing conflict at composer level
Problem 1
- beyondcode/laravel-websockets[1.12.0, ..., 1.x-dev] require pusher/pusher-php-server ^3.0|^4.0|^5.0 -> found pusher/pusher-php-server[dev-master, 3.0.0, ..., v3.4.1, v4.0.0, ..., v4.1.5, v5.0.0, ..., 5.0.x-dev (alias of dev-master)] but it conflicts with your root composer.json require (^7.0).
- Root composer.json requires beyondcode/laravel-websockets ^1.12 -> satisfiable by beyondcode/laravel-websockets[1.12.0, 1.x-dev].
Is there anythink like laravel websocket to be used to create a pusher.io - like serrver?
Please or to participate in this conversation.