Laravel-websockets: Add support for Laravel 8

Created on 8 Sep 2020  路  7Comments  路  Source: beyondcode/laravel-websockets

Should be simple to change the composer package to include 8.0 for the appropriate packages.

Not aware of anything that would shatter.

Is this something that can be done?

Most helpful comment

I hope this get merged soon.
Would like to keep the original repo linked and not my own github.

All 7 comments

Yeah, it gives me this error when I try to upgrade to Laravel 8.0 :
Problem 1
- Conclusion: remove beyondcode/laravel-websockets 1.6.1
beyondcode/laravel-websockets 1.x-dev requires illuminate/support 5.8.*|^6.0|^7.0

Any fix for this would be appreciated guys!

@yashris The only way to fix this is two options:

  1. Fork Project, Update composer to have |^8.0, pull from your own github.
  2. Do the same as above but submit a pr.

I don't think this project is very active anymore. So I would go with option one.

I hope this get merged soon.
Would like to keep the original repo linked and not my own github.

Merge. Please. I need Websockets in Combination with Jetstream <3

@AdamKyle the last release was only 22 days ago. BeyondCode are generally on it when it comes to these things, give it a couple of days 馃憤

You can use the dev-master version if you will to use Laravel Websockets with Laravel 8.x, until we get fixed the CI pipeline.

composer update beyondcode/laravel-websockets:"dev-master"

Sorry, wrong repo. I had some issues with the 8.x recently. I have tagged 1.7.0 for Laravel 8.x support, just make sure you got PHP 7.3+ on your local machine so you won't experience issues.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

darklight9811 picture darklight9811  路  4Comments

henzeb picture henzeb  路  4Comments

ElegantSoft picture ElegantSoft  路  3Comments

sanjarani picture sanjarani  路  5Comments

stefandanaita picture stefandanaita  路  4Comments