mfonte / larecaptcha
Simple and painless Google reCAPTCHA package for Laravel framework
dev-main
2021-11-29 12:14 UTC
Requires
- php: ^7.3|^8.0
- laravel/framework: ^7.0|^8.0
Requires (Dev)
- orchestra/testbench: 5.*|6.*
- phpunit/phpunit: ^9.1
This package is auto-updated.
Last update: 2024-11-29 06:04:38 UTC
README
Simple and painless Google reCAPTCHA package for Laravel framework
Important info
Forked from https://github.com/biscolab/laravel-recaptcha.
Please refer to the original package mantainer README for further information.
What's changed from the original repository
Recaptcha::htmlFormSnippet()
also accepts $id and $class parameters to change the DOM representation of the Recaptcha Widget.