PHP code example of spaanproductions / invisible-recaptcha

1. Go to this page and download the library: Download spaanproductions/invisible-recaptcha 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/ */

    

spaanproductions / invisible-recaptcha example snippets


{!! app('captcha')->render() !!}

// or you can use this in blade
@captcha

{!! app('captcha')->render('en') !!}

// or you can use this in blade
@captcha('en')

$validate = Validator::make(Input::all(), [
    'g-recaptcha-response' => '