Possible to use in combination with redirect ? #17
Answered
by
usernotnull
Christophvh
asked this question in
Q&A
-
In normal laravel workflow we can send flash data directly on the redirect action like so: But it doesn't seem to be working with this package. My code:
But the toast message is not showing? Any ideas ? |
Beta Was this translation helpful? Give feedback.
Answered by
usernotnull
Oct 28, 2021
Replies: 1 comment 6 replies
-
Hey @Christophvh, Yep, this package doesn't handle flash messages on next page, which is a feature on my todo list :) I'll work on it and release an update. I'm thinking of something like:
|
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
Christophvh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @Christophvh,
Yep, this package doesn't handle flash messages on next page, which is a feature on my todo list :)
I'll work on it and release an update. I'm thinking of something like: