-
Couldn't load subscription status.
- Fork 161
Upgrade Project to Laravel V9 #23
base: master
Are you sure you want to change the base?
Conversation
|
Duplicate of #22 ?? Also upgrade LARAVEL_WEBSOCKETS_PORT=6001
MIX_LARAVEL_WEBSOCKETS_PORT="${LARAVEL_WEBSOCKETS_PORT}"so in 'port' => env('LARAVEL_WEBSOCKETS_PORT', 6001),'and on wsPort: process.env.MIX_LARAVEL_WEBSOCKETS_PORT || 6001,
wssPort: process.env.MIX_LARAVEL_WEBSOCKETS_PORT || 6001, |
|
@erikn69 I've just sent another commit which includes all the changes that you mentioned above. |
|
Maybe merge before laravel V10 release...? 🙄😉 |
|
There have been many PRs trying to update this since Laravel V6, none have been merged |
|
Tried this out, worked really well for me. One thing I was trying to add was making the I had one minor issue during the install, but may have actually been my fault. 🤔 💭 In the So it just needed to the Otherwise, great work! Hopefully it gets merged or used somehow. 🤙 |
|
@treckstar I've just pushed some commits to add scroll to bottom of chats list functionality and hope you like it 😉 |
|
Really nice, but beyondcode/laravel-websockets is almost abandoned, I think that this PR is not going to be merged |
Thanks that looks great, thanks for adding that in. Definitely helped me see how easy that was; I was definitely over complicating it lol. |
|
V10 ?? |

It's so beneficial to have a simple demo project which JUST WORKS! But because of old version of laravel and other dependencies it was so difficult to prepare the required environment and do up and running :(
So I decided to perform a Full Upgrade to this demo project as it follows:
PHP: v7 => v8Laravel: v5 => v9pusher-php-server: v3 => v7Vue.js: v2 => v3Bootstrap: v4 => v5pusher-js: v4 => v7laravel-echo: v1.5 => v1.11laravel-mix: v2 => v6and so many different syntax and config changes... 💪😎