Skip to content

fazanis/laravel-block-bots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

install

composer require fazanis/laravel-block-bots

php artisan vendor:publish --provider="Fazanis\LaravelBlockBots\Providers\LaravelBlockBotsServiceProvider"

php artisan migrate

Usage

add middelware from route bot_block

Route::middleware('bot_block')->group(function () { /**/ });

add from admin menu route

{{route('bots.index')}}

add .env

BOTS_ON=true

clear client list (recomended)

$schedule->command('delelte:list')->daily();

About

Blocking bots on your site with administration, show captcha to users without a reference

Resources

Stars

Watchers

Forks

Packages

No packages published