@sasafister I’m not sure I follow. What is it you want to display on the screen?
Apr 14, 2019
3
Level 10
Store session for reseting password
Laravel doesn't do that out of the box? When I put email and send request for reseting password, it would be nice to store a session with some key, so I can display it on the screen. session()->flash() would be nice. For now I hardcoded that in
public function sendResetLinkEmail(Request $request)
but obvious that's not good approach...Any ideas on that?
Please or to participate in this conversation.