how refresh page resource index after imported action

how refresh page resource index after imported action thx u all
3 Replies
LeandroFerreira
LeandroFerreira2mo ago
maybe using Livewire events ?
Laravel
Events | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
jepewsykes
jepewsykesOP2mo ago
which function should i use afterCreate on import page or inside resource
LeandroFerreira
LeandroFerreira2mo ago
maybe
ImportAction::make()
->after(function () {
//...
});
ImportAction::make()
->after(function () {
//...
});

Did you find this page helpful?