File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ 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 )
5
5
[ ![ 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 )
6
6
[ ![ 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 )
7
8
8
9
Wrapper to use Google reCAPTCHA Enterprise with Laravel. Provides a handy validation rule to verify your token's score.
9
10
11
+ ## Table of Contents
12
+
13
+ - [ Prerequisites] ( #prerequisites )
14
+ - [ Installation] ( #installation )
15
+ - [ Configuration] ( #configuration )
16
+ - [ Usage] ( #usage )
17
+
18
+
10
19
## Prerequisites
11
20
12
21
** TLDR;** You may want to follow
@@ -39,13 +48,15 @@ You can install the package via composer:
39
48
composer require oneduo/laravel-recaptcha-enterprise
40
49
```
41
50
51
+ ## Configuration
52
+
42
53
You can publish the config file with:
43
54
44
55
``` bash
45
56
php artisan vendor:publish --tag=" laravel-recaptcha-enterprise-config"
46
57
```
47
58
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 :
49
60
50
61
``` php
51
62
return [
You can’t perform that action at this time.
0 commit comments