Define TS Types for your Laravel Echo Events
Hey guys,
I've been working on a Laravel project (personal) for fun, focusing on the latest cool stuff: Laravel 11 & Reverb (from Broadcasting) ⭐️.
Using Laravel Broadcasting means you should use the client library provided by Laravel - Laravel Echo,...
sethphat.dev3 min read
Barnabas Ifebude
Software Engineer
Hi Seth,
Thank you for this great article. This is the only article I have found that went beyond the surface on properly typing Laravel Echo.
Please I want to know a little more about it especially the original of the PresenceChannel you extend is it from Laravel Echo or Pusher and also your implementation for a PrivateChannel.
Thank you.