Level 7
I solved it by dispatching saved event at the end of livewire save method, and in blade, I have a alpine component that receives those events and has a counter that says saved successfully if receives X amounts of events.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have a button outside of livewire component that triggers save method on some livewire components via events, but for disabling button until requests finish, or for saved successfully notification after request completes, I don't know how to handle that from outside of that component.
Please or to participate in this conversation.