Download the PHP package rdcstarr/superpower-broadcasting without Composer
On this page you can find all versions of the php package rdcstarr/superpower-broadcasting. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rdcstarr/superpower-broadcasting
More information about rdcstarr/superpower-broadcasting
Files in rdcstarr/superpower-broadcasting
Package superpower-broadcasting
Short Description UI realtime broadcasting for Laravel + Livewire. UiEvent + UserChannelEvent broadcast classes and the #[OnUi] attribute for Livewire computed properties.
License MIT
Informations about the package superpower-broadcasting
superpower-broadcasting
UI realtime broadcasting primitives for Laravel + Livewire. Provides UiEvent (global / scoped channel broadcasts) and UserChannelEvent for per-user user.{id} channels, plus the #[OnUi] attribute that wires Livewire #[Computed] properties to broadcast events without manual Echo plumbing.
Install
Requires BROADCAST_CONNECTION=reverb (or another Pusher-compatible driver) and Livewire 4+ with the Echo plugin enabled.
Usage
Dispatch from an Action:
Listen in a Livewire component via the #[OnUi] attribute:
Personal toolkit — no support guarantees.
All versions of superpower-broadcasting with dependencies
illuminate/broadcasting Version ^13.0
illuminate/contracts Version ^13.0
illuminate/database Version ^13.0
illuminate/queue Version ^13.0
illuminate/support Version ^13.0
livewire/livewire Version ^4.0
spatie/laravel-package-tools Version ^1.16