beyondcode / laravel-websockets-demo

Demo application to use with the Laravel WebSockets package.
https://docs.beyondco.de/laravel-websockets/
403 stars 164 forks source link

Upgrade example to Php 8.x, Laravel 9.x, Pusher V7 #22

Closed erikn69 closed 2 years ago

erikn69 commented 2 years ago

There really wasn't much it took to get this updated for use with Laravel 8 and PHP 8. Also updated pusher to v7 I made sure to follow all of the upgrade guides and this was all that needed to be updated in the end. I've tested this and everything works as expected.

"php": "^7.3|^8.0",
"laravel/framework": "v8.74.0"
"pusher-js": "7.0.3"

Closes #21 Closes #17


UPDATED: Laravel 9.x

"php": "^8.0",
"laravel/framework": "v9.0"
"pusher-js": "7.0.3"
systemsolutionweb commented 2 years ago

@mpociot @freekmurze @rennokki