FilamentF
Filament2y 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()
Was this page helpful?