Is there a way to force a page refresh/reload on the user saving a record?
I have some post-processing to execute after an initial record is created and want to force a page-reload once the record is first created. I don't see anything in the documentation that addresses this - I'd prefer not having to coach the users to shift-R manually.
Is there a best-practice for approaching this?
1 Reply
You can use event: https://livewire.laravel.com/docs/events
Laravel
Events | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.