PHP code example of jormin / laravel-geetest
1. Go to this page and download the library: Download jormin/laravel-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/ */
jormin / laravel-geetest example snippets
Jormin\Geetest\GeetestServiceProvider::class,
'Geetest' => Jormin\Geetest\Facades\Geetest::class,
{!! Geetest::render() !!}
$this->validate($request, [
'geetest_challenge' => 'est_seccode' => '
shell
php artisan vendor:publish --provider='Jormin\Geetest\GeetestServiceProvider'