If you want to have access to the data in the controller use the $formData=Request::all() Otherwise if you want to access the validation errors in the view var_dump($errors) in your view. Hope it helps :)
What I needed was to have access to the data into the view. I've just solved appending the ->withInput() method when the user is redirected to the form and then using old() to get the previous sent values.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community