PHP code example of scyllaly / geetest

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

    

scyllaly / geetest example snippets


Scyllaly\Geetest\GeetestServiceProvider::class,

 'Geetest' => Scyllaly\Geetest\Geetest::class,
 

{!! Geetest::render() !!}

$this->validate($request, [
    'geetest_challenge' => '')
]);
shell
php artisan vendor:publish --provider='Scyllaly\Geetest\GeetestServiceProvider'