PHP code example of eighteen73 / laravel-turnstile

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

    

eighteen73 / laravel-turnstile example snippets


use Eighteen73\Turnstile\Rules\Turnstile;

$request->validate([
    'email' => ');
shell
php artisan vendor:publish --tag=turnstile-config