Yep! That would be the best way to do that. I wanted to still focus on the Livewire connection and not dive too deep into the weeds with JavaScript Echo but could definitely all be done with JavaScript (and probably should be done) for the mouse. :) I’ll add a branch to the repo with that way to do it. -Josh
Thanks but laravel reverb won't let us to test in flutter applications with withch package we can communicate with flutter applications even we cant debug on postman
I have same experience, reverb not working in in Linux vps server, connection getting successful but not receiving notifications and there is no errors showing. And we switched to pusher. Laravel won't give proper documentation about deployment , connect with the websocket from external framework such as flutter or in postman... They only showing how to connect using echoooo. We lost many days for debugging or finding the problem but now we dropped reverb. Stop the tutorial of connecting reverb using echo and livewire and give proper documentation. No one will going to deploy livewire product excluding personal/hobby projects.
@@fasterisq2.1m76 there is no way to use something free ? I want all sources and handles to be on my project and pusher is not free There is no way to communicate berween laravel and flutter ?
I have same experience, reverb not working in in Linux vps server, connection getting successful but not receiving notifications and there is no errors showing. And we switched to pusher. Laravel won't give proper documentation about deployment , connect with the websocket from external framework such as flutter or in postman... They only showing how to connect using echoooo. We lost many days for debugging or finding the problem but now we dropped reverb.
So this set up will work with a table of data, if s user is looking at the table and another submits a new record elsewhere, the table will update in real-time? Basically PocketBase's version of real-time.
Sorry to hear it’s not working how you expect in production. We didn’t change anything up from this video and deployed it live on Forge so it’s working great for that! ☺️ -Josh
this is really good Josh, thanks for doing this. Its even better than the one that went before with the sports car and that was excellent also. I likeed how you did the @entabgle stuff as well which I had't fully realised untill now. I guess we could use cache or broadcast to communicate changes depending on use case ? I like your example using Cache::forever to store state changes to toggleSwitch and I can see more clearly how broadcast works, its really quite simple to use isint it ! Another reason to use Larave in my book ⭐🚀
Good morning, I'm trying to configure laravel reverb in a live chat application, locally it works, but when I put it in an apache environment on an external server it doesn't work, what settings should I make?
Be sure to check the “production” section of the Reverb docs for how to best set it up if you’re not using Forge. ☺️ laravel.com/docs/11.x/reverb#production -Josh
@@LaravelPHP Can you do a test video explaining the deploying to production steps that has always been my problem even with Laravel web socket. (It works locally but does not work on a shared server)
I wonder why every Laravel dev has to wear the most stupidest hat ever. Do you have to be a total hipster to work with Laravel? I still have to see a normal Laravel dev in one of these videos, apart from Jeffrey Way and Taylor itself.
Big thanks to this guy i already understand how reverb works!
Nice demo. Personally I would interact with Echo in javascript to avoid all those requests for every mouse movement.
Yep! That would be the best way to do that. I wanted to still focus on the Livewire connection and not dive too deep into the weeds with JavaScript Echo but could definitely all be done with JavaScript (and probably should be done) for the mouse. :) I’ll add a branch to the repo with that way to do it.
-Josh
Thanks great content as always… hopefully we can get a little bit more content like this type with official packages
Thanks! Glad it resonated. We definitely have more content like this in the pipeline. :)
-Josh
Thanks but laravel reverb won't let us to test in flutter applications with withch package we can communicate with flutter applications even we cant debug on postman
I have same experience, reverb not working in in Linux vps server, connection getting successful but not receiving notifications and there is no errors showing. And we switched to pusher. Laravel won't give proper documentation about deployment , connect with the websocket from external framework such as flutter or in postman... They only showing how to connect using echoooo. We lost many days for debugging or finding the problem but now we dropped reverb.
Stop the tutorial of connecting reverb using echo and livewire and give proper documentation.
No one will going to deploy livewire product excluding personal/hobby projects.
Did you find any solution for flutter communication?
@@arefpasha reverb not working, now implemented with pusher , they provide SDK for flutter, JavaScript.. and more platform
@@fasterisq2.1m76 there is no way to use something free ? I want all sources and handles to be on my project and pusher is not free
There is no way to communicate berween laravel and flutter ?
when upload project to vps server , reverb not working , give me error web socket in console , i use forge
I have same experience, reverb not working in in Linux vps server, connection getting successful but not receiving notifications and there is no errors showing. And we switched to pusher. Laravel won't give proper documentation about deployment , connect with the websocket from external framework such as flutter or in postman... They only showing how to connect using echoooo. We lost many days for debugging or finding the problem but now we dropped reverb.
Oh no. I would say be sure to search if someone else had the same issue. This is for the same project we built in the video?
-Josh
@@fasterisq2.1m76i have same issues about reverb in flutter he has no way to check and debug application
@@LaravelPHP not
Did you find any solution?
Would bo cool to see this setup with Inertia.
We are putting together an Inertia branch in the repo. ☺️
-Josh
Hey Josh! Awesome video as always. Learning so much from your channel, thank you! Can you kindly tell me which vs code theme you're using?
Just found your VSCode video...all set. -> ua-cam.com/video/uoqhrFRuRF4/v-deo.html
So this set up will work with a table of data, if s user is looking at the table and another submits a new record elsewhere, the table will update in real-time?
Basically PocketBase's version of real-time.
That’s correct. You could set up an event whenever a new record is added. ☺️
-Josh
are you sure this one work on laravel tenancy if you know about this how we can connect server each other please help
One problem of laravel is that it works fine locally 😂 but sometimes it doesn't work on live production servers
Sorry to hear it’s not working how you expect in production. We didn’t change anything up from this video and deployed it live on Forge so it’s working great for that! ☺️
-Josh
Can you give us ur vscode setup
It looks very clean
That long long tail tailwind makes it even cleaner
Josh Cirre channel - My Minimal and Beautiful VSCode Setup
Would be great with inertia and vue 🎉
I’ll put an Inertia and Vue branch together to show that off in the Repo. :)
-Josh
@@LaravelPHP Looking forward to this.
Can you make a video with larvel reverb and a next JS fronted maybe a Todo App? . You want to help me a lot
this is really good Josh, thanks for doing this. Its even better than the one that went before with the sports car and that was excellent also.
I likeed how you did the @entabgle stuff as well which I had't fully realised untill now. I guess we could use cache or broadcast to communicate changes depending on use case ? I like your example using Cache::forever to store state changes to toggleSwitch and I can see more clearly how broadcast works, its really quite simple to use isint it ! Another reason to use Larave in my book ⭐🚀
Thanks for the support Jon! :)
-Josh
Great tutorial! By the way, may I ask what keyboard you are using? The typing sound is really nice.
This is actually a fake keyboard sound for videos. It’s a Mac app called Klack. :)
-Josh
@@LaravelPHP That's so cool! Thanks for sharing.
Good morning, I'm trying to configure laravel reverb in a live chat application, locally it works, but when I put it in an apache environment on an external server it doesn't work, what settings should I make?
Be sure to check the “production” section of the Reverb docs for how to best set it up if you’re not using Forge. ☺️
laravel.com/docs/11.x/reverb#production
-Josh
@@LaravelPHP Can you do a test video explaining the deploying to production steps that has always been my problem even with Laravel web socket. (It works locally but does not work on a shared server)
Which browser and code editor are you using ?
This is the Arc browser with VS Code. :)
-Josh
@@LaravelPHP thank you
Can anyone told me whats the plugin he used for hiding tailwind class?
This is the Tailwind Fold plugin. :)
-Josh
Are you practicing for a laracast? 🤔😊
It’s a strong possibility. 😁
-Josh
Laravel became "overcomfortable" ❤
Can this be run on windows yet?
Laravel Herd? That can, yes!
जय श्री 🔆राम🙏
amazing
Glad you like it! :)
-Josh
@@LaravelPHP Please Can you tell me the name of the font you are using?
SLICK!!!!
Thanks! This was incredibly fun to make. :)
-Josh
Петр первый пёрнул первым показав пример полку
I wonder why every Laravel dev has to wear the most stupidest hat ever. Do you have to be a total hipster to work with Laravel? I still have to see a normal Laravel dev in one of these videos, apart from Jeffrey Way and Taylor itself.
Lets see your cool hat collection.
@@josh.manders Should we wear a hat while indoors like you to be cool instead?