Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

vincent15000's avatar

Upload error after upgrading from Livewire 2 to Livewire 3

Hello,

I had these listeners with Livewire 2.

protected $listeners = [
    'upload:errored' => 'fireUploadError',
    'upload:finished' => 'fireUploadSuccess',
];

I don't find any equivalent with Livewire 3.

Any idea how to listen to these events with Livewire 3 ?

Thanks a lot ;).

V

0 likes
1 reply

Please or to participate in this conversation.