واقعی شوید با Laravel Echo
Get Real With Laravel Echo
Wouldn't it be great if you could alert the users of your application about important changes, without requiring that they manually refresh the page? What if an order status automatically refreshed itself? What if a thread could instantly render new incoming replies? All of this is a cinch if we leverage Laravel events, Pusher, and Laravel Echo.
قسمتهای دوره
راهاندازی اولیه پخش همگانی
7m 4sStart your Laravel broadcasting journey by setting up a new app and adding the essential dependencies to send server-side events to clients effortlessly!
ارسال به Pusher
4m 44sLearn how to broadcast Laravel events using Pusher. Switch from the log driver to real-time event pushing for dynamic, instant app updates with ease!
گوش دادن به پیامها با Laravel Echo
8m 13sLearn how to use Laravel Echo and Pusher to listen for real-time messages. Instantly notify users of updates without refreshing the page for seamless UX!
بازخورد فوری
13m 15sLearn how to add instant real-time feedback in Laravel apps. See how broadcasting events keeps task lists synced live without refreshing browsers!
کانالهای عمومی و دادههای حساس با هم جور درنمیآیند
4m 58sDiscover why sensitive data should never be broadcast on public channels and learn how to secure messages using Laravel's PrivateChannel with proper authorization.
کانالهای خصوصی
11m 18sLearn how to implement private channels in Laravel, set up broadcasting authorization rules, and secure real-time event broadcasting with ease.
رویدادهای مخفیانه سمت کلاینت
12m 57sLearn how to trigger client events on private Pusher channels for real-time feedback like "JohnDoe is typing..." without involving your backend server.
کانالهای حضور (Presence)
6m 37sLearn how to use presence channels to track users in real-time, detect joins and exits, and add interactive chat features to your Laravel project view.




