Skip to content

Commit f0eb012

Browse files
authored
docs: updated readme
1 parent dc59b51 commit f0eb012

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,18 @@
44
[![GitHub Tests Action Status](https://img.shields.io/github/actions/workflow/status/oneduo/laravel-recaptcha-enterprise/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/oneduo/laravel-recaptcha-enterprise/actions?query=workflow%3Arun-tests+branch%3Amain)
55
[![GitHub Code Style Action Status](https://img.shields.io/github/actions/workflow/status/oneduo/laravel-recaptcha-enterprise/fix-php-code-style-issues.yml?branch=main&label=code%20style&style=flat-square)](https://github.com/oneduo/laravel-recaptcha-enterprise/actions?query=workflow%3A"Fix+PHP+code+style+issues"+branch%3Amain)
66
[![Total Downloads](https://img.shields.io/packagist/dt/oneduo/laravel-recaptcha-enterprise.svg?style=flat-square)](https://packagist.org/packages/oneduo/laravel-recaptcha-enterprise)
7+
[![codecov](https://codecov.io/github/oneduo/laravel-recaptcha-enterprise/branch/main/graph/badge.svg)](https://codecov.io/github/oneduo/laravel-recaptcha-enterprise)
78

89
Wrapper to use Google reCAPTCHA Enterprise with Laravel. Provides a handy validation rule to verify your token's score.
910

11+
## Table of Contents
12+
13+
- [Prerequisites](#prerequisites)
14+
- [Installation](#installation)
15+
- [Configuration](#configuration)
16+
- [Usage](#usage)
17+
18+
1019
## Prerequisites
1120

1221
**TLDR;** You may want to follow
@@ -39,13 +48,15 @@ You can install the package via composer:
3948
composer require oneduo/laravel-recaptcha-enterprise
4049
```
4150

51+
## Configuration
52+
4253
You can publish the config file with:
4354

4455
```bash
4556
php artisan vendor:publish --tag="laravel-recaptcha-enterprise-config"
4657
```
4758

48-
This is the contents of the published config file:
59+
This is the contents of the published config file, you are required to set the variables accordingly:
4960

5061
```php
5162
return [

0 commit comments

Comments
 (0)