mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
10 lines
414 B
Plaintext
10 lines
414 B
Plaintext
<bg=blue;fg=white> </>
|
|
<bg=blue;fg=white> Recaptcha setup </>
|
|
<bg=blue;fg=white> </>
|
|
|
|
* Register a site on https://www.google.com/recaptcha/admin
|
|
|
|
* Modify your GOOGLE_RECAPTCHA_SITE_KEY and GOOGLE_RECAPTCHA_SECRET config in <fg=green>.env</>
|
|
|
|
* Inject the <fg=green>ReCaptcha\ReCaptcha</> service when you need to <fg=green>verify</> a submitted captcha
|