Я добавил Google Recpatcha, который работал в форме входа. Затем я использовал auth :: маршруты для сброса забытого пароля. Это заставило recaptcha не работать.
if someone is still pulling their hair because of this issue just remove the 'recaptcha' in validation rule. use 'g-recaptcha-response' => 'required' instead of 'g-recaptcha-response' => 'required|recaptcha' see http://tuts.codingo.me/google-recaptcha-in-laravel-application/
или
<div class="g-recaptcha" data-sitekey="{{env('GOOGLE_RECAPTCHA_KEY')}}"> </div>