PHP code example of xcaro / laravel-recaptcha-api

1. Go to this page and download the library: Download xcaro/laravel-recaptcha-api library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

xcaro / laravel-recaptcha-api example snippets


xcaro\Recaptcha\RecaptchaServiceProvider::class,

'Recaptcha' => xcaro\Recaptcha\Facades\Recaptcha::class,

$rules = [
	// your validation
	'g-recaptcha-response' => '

Recaptcha::render([ 'lang' => 'fr' ]);

php artisan vendor:publish --provider="xcaro\Recaptcha\RecaptchaServiceProvider"