Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aryehraber committed Mar 8, 2022
1 parent d0469cd commit dfa090f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,19 @@ return [
];
```

If you would like Captcha to verify ALL forms without having to specify each one in the `forms` config array, you may use the `all` option instead.

_Note: this should replace the array and be set as a string._

```php
<?php

return [
'forms' => 'all',
// ...
];
```

## Usage

```html
Expand Down

0 comments on commit dfa090f

Please sign in to comment.