Posts by Gustavo Pacheco • 1 point
1 post
-
-1
votes2
answers335
viewsA: Validation of a form
You can use: Illuminate Support Facades Validator, just import it like this: use Illuminate\Support\Facades\Validator; In the controller function put this: $validator =…