Download the PHP package fazanis/laravel-block-bots without Composer
On this page you can find all versions of the php package fazanis/laravel-block-bots. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laravel-block-bots
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();
All versions of laravel-block-bots with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1 || ^8.0 || ^8.1 || ^8.2
laravel/framework Version ^5.5|^6.0|^7.0|^8.0|^9.0|^10.0
jenssegers/agent Version ^2.6
mews/captcha Version ^3.0
laravel/framework Version ^5.5|^6.0|^7.0|^8.0|^9.0|^10.0
jenssegers/agent Version ^2.6
mews/captcha Version ^3.0
The package fazanis/laravel-block-bots contains the following files
Loading the files please wait ....