Build a Real-Time Web App with Laravel Reverb - COMPLETE TUTORIAL (Laravel, Livewire, Alpine & more)

  Рет қаралды 18,079

Laravel

Laravel

Күн бұрын

Пікірлер: 63
@trsofttech5147
@trsofttech5147 Ай бұрын
Big thanks to this guy i already understand how reverb works!
@mohsenalsayyadi7311
@mohsenalsayyadi7311 5 ай бұрын
when upload project to vps server , reverb not working , give me error web socket in console , i use forge
@fasterisq2.1m76
@fasterisq2.1m76 5 ай бұрын
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.
@LaravelPHP
@LaravelPHP 5 ай бұрын
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
@arefpasha
@arefpasha 5 ай бұрын
​@@fasterisq2.1m76i have same issues about reverb in flutter he has no way to check and debug application
@fasterisq2.1m76
@fasterisq2.1m76 5 ай бұрын
@@LaravelPHP not
@arefpasha
@arefpasha 5 ай бұрын
Did you find any solution?
@apptimegr
@apptimegr 5 ай бұрын
Nice demo. Personally I would interact with Echo in javascript to avoid all those requests for every mouse movement.
@LaravelPHP
@LaravelPHP 5 ай бұрын
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
@arielmejia9680
@arielmejia9680 5 ай бұрын
Thanks great content as always… hopefully we can get a little bit more content like this type with official packages
@LaravelPHP
@LaravelPHP 5 ай бұрын
Thanks! Glad it resonated. We definitely have more content like this in the pipeline. :) -Josh
@fasterisq2.1m76
@fasterisq2.1m76 5 ай бұрын
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.
@arefpasha
@arefpasha 5 ай бұрын
Did you find any solution for flutter communication?
@fasterisq2.1m76
@fasterisq2.1m76 5 ай бұрын
@@arefpasha reverb not working, now implemented with pusher , they provide SDK for flutter, JavaScript.. and more platform
@arefpasha
@arefpasha 5 ай бұрын
​@@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 ?
@arefpasha
@arefpasha 5 ай бұрын
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
@umardev500
@umardev500 2 күн бұрын
Skill issue
@scott_itall8638
@scott_itall8638 5 ай бұрын
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.
@LaravelPHP
@LaravelPHP 5 ай бұрын
That’s correct. You could set up an event whenever a new record is added. ☺️ -Josh
@NathanBudd
@NathanBudd 5 ай бұрын
Would bo cool to see this setup with Inertia.
@LaravelPHP
@LaravelPHP 5 ай бұрын
We are putting together an Inertia branch in the repo. ☺️ -Josh
@carlweis
@carlweis 3 ай бұрын
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?
@carlweis
@carlweis 3 ай бұрын
Just found your VSCode video...all set. -> kzbin.info/www/bejne/q6DUmaV8h9qFfJY
@himanshubelwal-m4l
@himanshubelwal-m4l 2 ай бұрын
are you sure this one work on laravel tenancy if you know about this how we can connect server each other please help
@basic-1337
@basic-1337 5 ай бұрын
Can you give us ur vscode setup It looks very clean That long long tail tailwind makes it even cleaner
@rodjenihm
@rodjenihm 5 ай бұрын
Josh Cirre channel - My Minimal and Beautiful VSCode Setup
@1weiho
@1weiho 5 ай бұрын
Great tutorial! By the way, may I ask what keyboard you are using? The typing sound is really nice.
@LaravelPHP
@LaravelPHP 5 ай бұрын
This is actually a fake keyboard sound for videos. It’s a Mac app called Klack. :) -Josh
@1weiho
@1weiho 5 ай бұрын
@@LaravelPHP That's so cool! Thanks for sharing.
@mauricenoever
@mauricenoever 5 ай бұрын
Can you make a video with larvel reverb and a next JS fronted maybe a Todo App? . You want to help me a lot
@alexneto1625
@alexneto1625 5 ай бұрын
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?
@LaravelPHP
@LaravelPHP 5 ай бұрын
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
@destinybrotobor3463
@destinybrotobor3463 5 ай бұрын
@@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)
@tarikmanoar
@tarikmanoar 5 ай бұрын
Can anyone told me whats the plugin he used for hiding tailwind class?
@LaravelPHP
@LaravelPHP 5 ай бұрын
This is the Tailwind Fold plugin. :) -Josh
@JonBrookes
@JonBrookes 5 ай бұрын
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 ⭐🚀
@LaravelPHP
@LaravelPHP 5 ай бұрын
Thanks for the support Jon! :) -Josh
@codewithtee
@codewithtee 5 ай бұрын
Which browser and code editor are you using ?
@LaravelPHP
@LaravelPHP 5 ай бұрын
This is the Arc browser with VS Code. :) -Josh
@codewithtee
@codewithtee 5 ай бұрын
@@LaravelPHP thank you
@QuintessentialDio
@QuintessentialDio 5 ай бұрын
Can this be run on windows yet?
@LaravelPHP
@LaravelPHP 5 ай бұрын
Laravel Herd? That can, yes!
@nikolicvladimir
@nikolicvladimir 5 ай бұрын
Would be great with inertia and vue 🎉
@LaravelPHP
@LaravelPHP 5 ай бұрын
I’ll put an Inertia and Vue branch together to show that off in the Repo. :) -Josh
@jonjakoblich9009
@jonjakoblich9009 3 ай бұрын
@@LaravelPHP Looking forward to this.
@bitcoinxofficial
@bitcoinxofficial 5 ай бұрын
One problem of laravel is that it works fine locally 😂 but sometimes it doesn't work on live production servers
@LaravelPHP
@LaravelPHP 5 ай бұрын
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_Eagle
@Stoney_Eagle 5 ай бұрын
Are you practicing for a laracast? 🤔😊
@LaravelPHP
@LaravelPHP 5 ай бұрын
It’s a strong possibility. 😁 -Josh
@shrisandeepkushwaha39
@shrisandeepkushwaha39 5 ай бұрын
जय श्री 🔆राम🙏
@constantine9074
@constantine9074 Ай бұрын
Laravel became "overcomfortable" ❤
@alikaram98
@alikaram98 5 ай бұрын
amazing
@LaravelPHP
@LaravelPHP 5 ай бұрын
Glad you like it! :) -Josh
@alikaram98
@alikaram98 5 ай бұрын
@@LaravelPHP Please Can you tell me the name of the font you are using?
@aroxsediq6114
@aroxsediq6114 12 күн бұрын
I actually thought it was seth rogen giving a laravel tutorial.
@RuelLuna
@RuelLuna 5 ай бұрын
SLICK!!!!
@LaravelPHP
@LaravelPHP 5 ай бұрын
Thanks! This was incredibly fun to make. :) -Josh
@ohjelmistokehittaja4446
@ohjelmistokehittaja4446 5 ай бұрын
Петр первый пёрнул первым показав пример полку
@JohnWick-od9he
@JohnWick-od9he 5 ай бұрын
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.manders
@josh.manders 5 ай бұрын
Lets see your cool hat collection.
@JohnWick-od9he
@JohnWick-od9he 5 ай бұрын
@@josh.manders Should we wear a hat while indoors like you to be cool instead?
Laravel Octane: supercharge your Laravel applications
8:34
Aaron Francis
Рет қаралды 50 М.
The Tools I Use to Build Products in Laravel
19:00
Josh Cirre
Рет қаралды 42 М.
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
The Pros and Cons of Laravel Livewire
20:16
Josh Cirre
Рет қаралды 9 М.
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34
The Power of Laravel Folio and Volt with Ruslan Steiger
19:56
Swiss Laravel Association
Рет қаралды 2,4 М.
Which Livewire method should I use?
8:20
Laravel
Рет қаралды 8 М.
Real-Time Laravel with Reverb: Example For Beginners
8:07
Laravel Daily
Рет қаралды 19 М.
How to scale Laravel: beyond the basics (Advanced Laravel Scaling)
9:04
Sabatino Develops
Рет қаралды 16 М.