Skip to content

Commit 55b8741

Browse files
authored
Merge pull request #1 from gabrielpeixoto/master
Update README.md
2 parents db30bdb + 65cc741 commit 55b8741

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ To adjust the library, you can publish the config file to your project using:
3737
```
3838
php artisan vendor:publish --provider="Potelo\LaravelBlockBots\BlockBotsServiceProvider"
3939
```
40+
Configure variables in your .env file:
41+
```
42+
BLOCK_BOTS_ENABLED=false
43+
BLOCK_BOTS_ALLOW_LOGGED_USER=true
44+
BLOCK_BOTS_FAKE_MODE=false
45+
BLOCK_BOTS_LOG_BLOCKED_REQUESTS=true
46+
```
4047

4148
## Usage
4249

0 commit comments

Comments
 (0)