Take a look into Laravel Reverb:
It is a first-party alternative introduced recently.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hello
I'm using on Laravel 10 and I would like to upgrade to Laravel 11 but the only problem I faced was about: beyondcode/laravel-websockets
As you know It's not anymore supported. I would like to know if it's possible to use it on Laravel 11 until I switch to another solution?
Second question is there another package that I can use without changing the whole code (frontend+backend) ?
My current configuration : PHP 8.3.6
"require": {
"php": "^8.3",
"barryvdh/laravel-ide-helper": "*",
"beyondcode/laravel-dump-server": "*",
"doctrine/dbal": "^3.0",
"guzzlehttp/guzzle": "^6.5|^7.0.1",
"intervention/image": "^2.5",
"laravel/framework": "^11.0",
"laravel/socialite": "^5.0",
"dependencies": {
"daterangepicker": "^3.0.5",
"font-awesome": "^4.7.0",
"laravel-echo": "^1.10.0",
"mini-toastr": "0.6.6",
Thanks.
Please or to participate in this conversation.