Math, asked by bharathchowdary1890, 10 months ago

after form validation fails in laravel 5.6 where it goes

Answers

Answered by RvChaudharY50
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