Closed frenchqwerty closed 7 years ago
Validation Add 'g-recaptcha-response' => 'required|captcha' to rules array.
Validation
Add 'g-recaptcha-response' => 'required|captcha' to rules array.
$validate = Validator::make(Input::all(), [ 'g-recaptcha-response' => 'required|captcha' ]);
Where do I add this on my laravel project ?
Thank you
hi @frenchqwerty , there are many ways to use validator in Laravel, please see https://laravel.com/docs/5.5/validation
Where do I add this on my laravel project ?
Thank you