How can I make fields live across sessions?
So when a user is typing in a RichEditor, other users can see it live from the view page. I tried doing it using broadcasting, but didnt work. I can share code, but only if thats the only solution and there is no way to do it through filament. Also afaik
live() only works for the current users session.