after form validation fails in laravel 5.6 where it goes
Answers
Answered by
20
Answer:
Laravel Form Request class comes with two default methods auth() and rules() . You can perform any authorization logic in auth() method whether the current user is allowed to request or not. ... If validation fails, it will redirect the user to the previous location with an error.
Similar questions