H
H
Herman Martin2019-09-07 17:18:07
Laravel
Herman Martin, 2019-09-07 17:18:07

How to insert a captcha into a page?

Greetings to all
, you need a manual, preferably a fresh one for inserting into the captcha registration page, Google Yandex - it doesn’t matter.
using laravel version 5.8
found this guide, but it dates back to 2015

Answer the question

In order to leave comments, you need to log in

1 answer(s)
H
Herman Martin, 2019-09-07
@dklight

the solution from here worked fine
using the authorization created with make:auth, the settings are almost the same as in the link.
in the submission of the registration page used in the right place of the form
in the validator of the corresponding controller added the rule:
'g-recaptcha-response' => 'required|captcha'

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question