Posts by Bruno Guimarães • 29 points
1 post
-
2
votes2
answers4276
viewsQ: How to implement a validation rule in Laravel?
I would like to know how to validate a rule in the Auth form. In this case, it is a CPF rule. The validation rules and error messages I already have, but I don’t know how to implement in the…