Download the PHP package vinkas/laravel-recaptcha without Composer
On this page you can find all versions of the php package vinkas/laravel-recaptcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vinkas/laravel-recaptcha
More information about vinkas/laravel-recaptcha
Files in vinkas/laravel-recaptcha
Download vinkas/laravel-recaptcha
More information about vinkas/laravel-recaptcha
Files in vinkas/laravel-recaptcha
Vendor vinkas
Package laravel-recaptcha
Short Description Google reCAPTCHA Validator Package for Laravel Framework
License MIT
Package laravel-recaptcha
Short Description Google reCAPTCHA Validator Package for Laravel Framework
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-recaptcha
Laravel Recaptcha Validator
Google reCAPTCHA Validator Package for Laravel Framework
Installation
Via Composer Require
You may install by running the composer require
command in your terminal:
Configuration
Add Service Provider to your config/app.php
file
And run php artisan
command to publish package config file
Add your recaptcha site key and secret in .env
file
Add recaptcha custom error message in resources\lang\en\validation.php
file
Add recaptcha field in your form's blade view
Add Validator
calling function in your app controller file
It's done! Now your form spam protected by Google reCAPTCHA!!!
Dependencies
All versions of laravel-recaptcha with dependencies
PHP Build Version
Package Version
The package vinkas/laravel-recaptcha contains the following files
Loading the files please wait ....