Big thanks to this guy i already understand how reverb works!
@mohsenalsayyadi73115 ай бұрын
when upload project to vps server , reverb not working , give me error web socket in console , i use forge
@fasterisq2.1m765 ай бұрын
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.
@LaravelPHP5 ай бұрын
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
@arefpasha5 ай бұрын
@@fasterisq2.1m76i have same issues about reverb in flutter he has no way to check and debug application
@fasterisq2.1m765 ай бұрын
@@LaravelPHP not
@arefpasha5 ай бұрын
Did you find any solution?
@apptimegr5 ай бұрын
Nice demo. Personally I would interact with Echo in javascript to avoid all those requests for every mouse movement.
@LaravelPHP5 ай бұрын
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
@arielmejia96805 ай бұрын
Thanks great content as always… hopefully we can get a little bit more content like this type with official packages
@LaravelPHP5 ай бұрын
Thanks! Glad it resonated. We definitely have more content like this in the pipeline. :) -Josh
@fasterisq2.1m765 ай бұрын
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.
@arefpasha5 ай бұрын
Did you find any solution for flutter communication?
@fasterisq2.1m765 ай бұрын
@@arefpasha reverb not working, now implemented with pusher , they provide SDK for flutter, JavaScript.. and more platform
@arefpasha5 ай бұрын
@@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 ?
@arefpasha5 ай бұрын
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
@umardev5002 күн бұрын
Skill issue
@scott_itall86385 ай бұрын
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.
@LaravelPHP5 ай бұрын
That’s correct. You could set up an event whenever a new record is added. ☺️ -Josh
@NathanBudd5 ай бұрын
Would bo cool to see this setup with Inertia.
@LaravelPHP5 ай бұрын
We are putting together an Inertia branch in the repo. ☺️ -Josh
@carlweis3 ай бұрын
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?
@carlweis3 ай бұрын
Just found your VSCode video...all set. -> kzbin.info/www/bejne/q6DUmaV8h9qFfJY
@himanshubelwal-m4l2 ай бұрын
are you sure this one work on laravel tenancy if you know about this how we can connect server each other please help
@basic-13375 ай бұрын
Can you give us ur vscode setup It looks very clean That long long tail tailwind makes it even cleaner
@rodjenihm5 ай бұрын
Josh Cirre channel - My Minimal and Beautiful VSCode Setup
@1weiho5 ай бұрын
Great tutorial! By the way, may I ask what keyboard you are using? The typing sound is really nice.
@LaravelPHP5 ай бұрын
This is actually a fake keyboard sound for videos. It’s a Mac app called Klack. :) -Josh
@1weiho5 ай бұрын
@@LaravelPHP That's so cool! Thanks for sharing.
@mauricenoever5 ай бұрын
Can you make a video with larvel reverb and a next JS fronted maybe a Todo App? . You want to help me a lot
@alexneto16255 ай бұрын
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?
@LaravelPHP5 ай бұрын
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
@destinybrotobor34635 ай бұрын
@@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)
@tarikmanoar5 ай бұрын
Can anyone told me whats the plugin he used for hiding tailwind class?
@LaravelPHP5 ай бұрын
This is the Tailwind Fold plugin. :) -Josh
@JonBrookes5 ай бұрын
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 ⭐🚀
@LaravelPHP5 ай бұрын
Thanks for the support Jon! :) -Josh
@codewithtee5 ай бұрын
Which browser and code editor are you using ?
@LaravelPHP5 ай бұрын
This is the Arc browser with VS Code. :) -Josh
@codewithtee5 ай бұрын
@@LaravelPHP thank you
@QuintessentialDio5 ай бұрын
Can this be run on windows yet?
@LaravelPHP5 ай бұрын
Laravel Herd? That can, yes!
@nikolicvladimir5 ай бұрын
Would be great with inertia and vue 🎉
@LaravelPHP5 ай бұрын
I’ll put an Inertia and Vue branch together to show that off in the Repo. :) -Josh
@jonjakoblich90093 ай бұрын
@@LaravelPHP Looking forward to this.
@bitcoinxofficial5 ай бұрын
One problem of laravel is that it works fine locally 😂 but sometimes it doesn't work on live production servers
@LaravelPHP5 ай бұрын
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
@Stoney_Eagle5 ай бұрын
Are you practicing for a laracast? 🤔😊
@LaravelPHP5 ай бұрын
It’s a strong possibility. 😁 -Josh
@shrisandeepkushwaha395 ай бұрын
जय श्री 🔆राम🙏
@constantine9074Ай бұрын
Laravel became "overcomfortable" ❤
@alikaram985 ай бұрын
amazing
@LaravelPHP5 ай бұрын
Glad you like it! :) -Josh
@alikaram985 ай бұрын
@@LaravelPHP Please Can you tell me the name of the font you are using?
@aroxsediq611412 күн бұрын
I actually thought it was seth rogen giving a laravel tutorial.
@RuelLuna5 ай бұрын
SLICK!!!!
@LaravelPHP5 ай бұрын
Thanks! This was incredibly fun to make. :) -Josh
@ohjelmistokehittaja44465 ай бұрын
Петр первый пёрнул первым показав пример полку
@JohnWick-od9he5 ай бұрын
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.
@josh.manders5 ай бұрын
Lets see your cool hat collection.
@JohnWick-od9he5 ай бұрын
@@josh.manders Should we wear a hat while indoors like you to be cool instead?