Download the PHP package huangdijia/laravel-recaptcha-v3 without Composer
On this page you can find all versions of the php package huangdijia/laravel-recaptcha-v3. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download huangdijia/laravel-recaptcha-v3
More information about huangdijia/laravel-recaptcha-v3
Files in huangdijia/laravel-recaptcha-v3
Download huangdijia/laravel-recaptcha-v3
More information about huangdijia/laravel-recaptcha-v3
Files in huangdijia/laravel-recaptcha-v3
Vendor huangdijia
Package laravel-recaptcha-v3
Short Description recaptcha-v3 for laravel
License MIT
Homepage https://github.com/huangdijia/laravel-recaptcha-v3
Package laravel-recaptcha-v3
Short Description recaptcha-v3 for laravel
License MIT
Homepage https://github.com/huangdijia/laravel-recaptcha-v3
Keywords laravelrecaptcha-v3
Please rate this library. Is it a good library?
Informations about the package laravel-recaptcha-v3
Google reCaptcha v3 for Laravel 5.6+
Installation
To install, simply add it
to your composer.json
file:
And run composer to update your dependencies:
Or you can simply run
Publish configuration file to your config
folder with command:
Usage
Forms
Init Recaptcha Javascript
Must add after @recaptcha_field()
Recaptcha v3 works best when it is loaded on every page to get the most context about interactions. Therefore, add to your header or footer template:
Validation as regular validation rule
Use as regular validation rule recaptcha:{ACTION},{SCORE},{HOSTNAME}
like:
Validation as middleware
Set $routeMiddleware
Use with route
Hidden ReCAPTCHA
All versions of laravel-recaptcha-v3 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
google/recaptcha Version ^1.2
illuminate/support Version ^9.0|^10.0|^11.0
illuminate/console Version ^9.0|^10.0|^11.0
google/recaptcha Version ^1.2
illuminate/support Version ^9.0|^10.0|^11.0
illuminate/console Version ^9.0|^10.0|^11.0
The package huangdijia/laravel-recaptcha-v3 contains the following files
Loading the files please wait ....