Events are getting disposed off after navigation #618
Unanswered
thecyrilcril
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description:
@pascalbaljet Events are getting disposed off after navigation
Steps To Reproduce Issue:
I have the following code in my
AppLayout (app.blade.php)
to show events to the authenticated user, but as soon as I navigate to another page within the layout I loose all the events. I want events messages to persist even after visiting other pages, just like theSplade::toastOnEvent()
behavior..Beta Was this translation helpful? Give feedback.
All reactions