PHP code example of hailkongsan / laravel-antibotlink

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

    

hailkongsan / laravel-antibotlink example snippets


Hailkongsan\AntiBotLink\AntiBotLinkServiceProvider::class,


'AntiBotLink' => Hailkongsan\AntiBotLink\Facades\AntiBotLink::class

$validate = Validator::make(Input::all(), [
	'antibotlink' => '

'custom' => [
    'antibotlink' => [
        ' verification!',
    ],
],
shell
php artisan vendor:publish --provider="Hailkongsan\AntiBotLink\AntiBotLinkServiceProvider" --tag="config"