mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
6 lines
275 B
Plaintext
6 lines
275 B
Plaintext
* 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
|