In laravel,I’m using redirect function to redirect to another controller with values,like redirect(‘my-page,with[‘value1’]=>$values) and im getting the values using session->flash(),I got the values,but if I refresh the page,my values are gone,how to solve it
Tried many methods if the page was refreshed,I got null values
2
Answers
in other controller:
From Laravel documentation