Get Real With Laravel Echo

Go to class
Write Review

Get Real With Laravel Echo provided by Laracasts is a comprehensive online course, which lasts for 1-2 hours worth of material. Get Real With Laravel Echo is taught by Jeffrey Way. Upon completion of the course, you can receive an e-certificate from Laracasts. The course is taught in Englishand is Paid Course. Visit the course page at Laracasts for detailed price information.

Overview
  • 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.

Syllabus
    • Initial Broadcasting Setup
    • Pushing to Pusher
    • Listening For Messages With Laravel Echo
    • Instant Feedback
    • Public Channels and Sensitive Data Don't Mix
    • Private Channels
    • Whispering Client Events
    • Presence Channels