F
Filament10mo ago
Abi

dispatch livewire event after action execution

is there a way to dispatch a livewire event after creation of a record using the CreateAction or any other Inbuilt actions? I saw there is an event afterFormValidated but that wouldn't signify data creation
Solution:
->after()
Jump to solution
4 Replies
Solution
Saade
Saade10mo ago
->after()
Abi
AbiOP10mo ago
thank you this is a bit non related, but is there a way to dispatch a livewire event from Laravel Events or Jobs?
Saade
Saade10mo ago
You need to broadcasting for that
Abi
AbiOP10mo ago
ok, thank you, let me try that

Did you find this page helpful?