You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so I found my problem. There isn't a bug. With \Redirect->withInput() everything works
but if you use View::make('template')->withInput() it is not working.
Hi,
I cannot a find a way how i can print the old inputs.
In the controller I redirect the request to route with ->withInputs();
and in the template I am trying to get the content of the input but it doesn't print anything.
i will appreciate your help or advice
The text was updated successfully, but these errors were encountered: