This repository was archived by the owner on Jun 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Expand file tree Collapse file tree 3 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -24,8 +24,10 @@ A clear and concise description of what you expected to happen.
24
24
If applicable, add screenshots to help explain your problem.
25
25
26
26
** Environment:**
27
- - OS: [ e.g. Ubuntu 16.04]
27
+ - OS and server : [ e.g. Ubuntu 16.04 / Nginx ] (If you are using a VM on Windows DON'T "say" Windows)
28
28
- PHP version [ 7.1.x]
29
+ - Laravel version [ e.g. 5.5]
30
+ - Package version [ e.g. 3.4.1]
29
31
30
32
** Additional context**
31
- Add any other context about the problem here.
33
+ Add any other context about the problem here, like code snippets .
Original file line number Diff line number Diff line change 6
6
- command : vendor/bin/phpunit --coverage-clover=clover.xml
7
7
coverage :
8
8
file : clover.xml
9
- format : clover
9
+ format : clover
Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ Available reCAPTCHA versions:
6
6
* v2 Checkbox
7
7
* v3
8
8
9
- [ ![ Build Status] ( https://travis-ci.org/biscolab/laravel-recaptcha.svg?branch=master )] ( https://travis-ci.org/biscolab/laravel-recaptcha ) [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/biscolab/laravel-recaptcha/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/biscolab/laravel-recaptcha/?branch=master ) [ ![ Packagist version] ( https://img.shields.io/packagist/v/biscolab/laravel-recaptcha.svg#img-thumbnail )] ( https://packagist.org/packages/biscolab/laravel-recaptcha )
9
+ [ ![ Build Status] ( https://travis-ci.org/biscolab/laravel-recaptcha.svg?branch=master )] ( https://travis-ci.org/biscolab/laravel-recaptcha ) [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/biscolab/laravel-recaptcha/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/biscolab/laravel-recaptcha/?branch=master ) [ ![ Code Coverage] ( https://scrutinizer-ci.com/g/biscolab/laravel-recaptcha/badges/coverage.png?b=master )] ( https://scrutinizer-ci.com/g/biscolab/laravel-recaptcha/?branch=master )
10
+ [ ![ Downloads] ( https://img.shields.io/packagist/dt/biscolab/laravel-recaptcha.svg#img-thumbnail )] ( https://packagist.org/packages/biscolab/laravel-recaptcha )
11
+ [ ![ Packagist version] ( https://img.shields.io/packagist/v/biscolab/laravel-recaptcha.svg#img-thumbnail )] ( https://packagist.org/packages/biscolab/laravel-recaptcha )
10
12
11
13
## System requirements
12
- | Package version | PHP version | Laravel version |
13
- | -----------------| -------------| -----------------|
14
- | 3.x | 7.1 or greater | 5.5 or greater |
15
- | 2.x | 5.5.9, 7.0 or greater | 5.0 or greater |
16
-
17
- Are you still using PHP 5.x or 7.0? Please go to [ V2] ( https://github.com/biscolab/laravel-recaptcha/tree/v2.0.4 )
14
+ | Package | reCAPTCHA | PHP | Laravel | Docs |
15
+ | -----------------| -------------| -------------| -----------------| -------------------|
16
+ | 3.x | v3, v2 Invisible, v2 Checkbox | 7.1 or greater | 5.5 or greater | [ latest] ( https://laravel-recaptcha-docs.biscolab.com ) |
17
+ | 2.x | v2 Invisible, v2 Checkbox | 5.5.9, 7.0 or greater | 5.0 or greater | [ v2.0.4] ( https://laravel-recaptcha-docs.biscolab.com/docs/2.0.4/intro ) |
18
18
19
19
## !!! Documentation !!!
20
20
You can’t perform that action at this time.
0 commit comments