From 65cc7417e3b1c763a6c0093bd0216522fdecb47f Mon Sep 17 00:00:00 2001 From: Gabriel Peixoto Date: Tue, 16 Oct 2018 23:42:34 -0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bca2363..b3fc85c 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,13 @@ To adjust the library, you can publish the config file to your project using: ``` php artisan vendor:publish --provider="Potelo\LaravelBlockBots\BlockBotsServiceProvider" ``` +Configure variables in your .env file: +``` +BLOCK_BOTS_ENABLED=false +BLOCK_BOTS_ALLOW_LOGGED_USER=true +BLOCK_BOTS_FAKE_MODE=false +BLOCK_BOTS_LOG_BLOCKED_REQUESTS=true +``` ## Usage