Level 63
Which version of Livewire are you using ?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
how to listen globally to livewire updating hook from AppServiceProvider.php in boot method
\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.