Which version of Livewire are you using ?
May 8, 2026
4
Level 3
how to listen globally to livewire updating hook from AppServiceProvider.php
how to listen globally to livewire updating hook from AppServiceProvider.php in boot method
- Does not work
\Livewire\Livewire::listen('component.updating', function ($component) {
// This will now catch the internal "Livewire\Generated\Component..." classes
throw new \Exception('Global Boot Caught SFC: ' );
});
Please or to participate in this conversation.