How to set a session flash message in lumen 8? #38584
Unanswered
Osman-Rafi
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
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to set a session flash message in blade file in lumen 8. However it's stated a pervious version but not present in latest doc.
Here is my code snippet
In Controller:
In blade:
But it's not working & throwing an error
Call to undefined function Session()
How can I set a flash message in blade after redirect ?
Beta Was this translation helpful? Give feedback.
All reactions