When I refresh a redirected page with flash message, is that flash message supposed to disappear? If...
I'm simply just trying reflash a Flash Session from one controller to another. However, this doesn't...
Tried that and still that same /: Any other suggestions? Thank you for any help so far.
I removed var_dump and it seems that the first flash works. Then I added reflash in SearchController...
There is no redirects elsewhere. Other sessions (using Session::put) are behaving correctly. Some co...
I land on / (homeController.php) and I do Session::flash('test', 123); I then go to /search (searchC...
The Laravel portal for problem solving, knowledge sharing and community building.
The community