Please note that in Laravel 5.2, you must apply the 'web' middleware to the route, or input_old won't work at all. Just got bitten by this.
I am having the same problem but in Laravel 5.2 Input class is not included anymore you have to use {{old('name')}} but it's not working for me anyway, when the page redirects me back old information is not in my inputs. Any help would be great.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community