-
Hi, |
Beta Was this translation helpful? Give feedback.
Answered by
spajz
Dec 2, 2022
Replies: 1 comment
-
Sorry, I found this problem mentioned before. I solved it with the help of this package with a few extras. If we sending a query string back to server through Ajax (Axios) on Livewire message.processed hook, we can save it to session from mentioned package. Everything works as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
spajz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry, I found this problem mentioned before.
#382
I solved it with the help of this package with a few extras.
https://github.com/reinink/remember-query-strings
If we sending a query string back to server through Ajax (Axios) on Livewire message.processed hook, we can save it to session from mentioned package. Everything works as expected.