Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 99d610e

Browse files
committed
README.md changed. #25 ready
1 parent b5f559a commit 99d610e

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Laravel ReCAPTCHA v3
2-
Simple and painless Google reCAPTCHA package for Laravel 5
2+
Simple and painless Google reCAPTCHA package for Laravel 5 and 6
33

44
Available reCAPTCHA versions:
55
* v2 Invisible
@@ -13,12 +13,21 @@ Available reCAPTCHA versions:
1313
## System requirements
1414
| Package | reCAPTCHA | PHP | Laravel | Docs |
1515
|-----------------|-------------|-------------|-----------------|-------------------|
16-
| 3.x |v3, v2 Invisible, v2 Checkbox | 7.1 or greater | 5.5 or greater | [latest](https://laravel-recaptcha-docs.biscolab.com) |
16+
| 4.x |v3, v2 Invisible, v2 Checkbox | 7.1 or greater | 5.5 or greater, 6 | [latest](https://laravel-recaptcha-docs.biscolab.com) |
17+
| 3.x |v3, v2 Invisible, v2 Checkbox | 7.1 or greater | 5.5 or greater, 6 ready (*) | [latest](https://laravel-recaptcha-docs.biscolab.com/docs/3.6.1/intro) |
1718
| 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) |
1819

19-
## !!! Documentation !!!
20+
> (*) Latest version (3.6.1) is Laravel 6 ready
21+
22+
> If you are migrating from either v2.x or v3.x to the latest package version, please, take a look about migration to v4.x in [What's new in v4.x](https://laravel-recaptcha-docs.biscolab.com/docs/whats-new) before any changes
23+
24+
## Documentation
2025

2126
You can find online complete documentation at [https://laravel-recaptcha-docs.biscolab.com/](https://laravel-recaptcha-docs.biscolab.com/).
2227

28+
## Contributing
29+
30+
Contributions are welcome and will be fully credited. [https://laravel-recaptcha-docs.biscolab.com/docs/contributing](https://laravel-recaptcha-docs.biscolab.com/docs/contributing).
31+
2332
## License
2433
[![MIT License](https://img.shields.io/github/license/biscolab/laravel-recaptcha.svg)](https://github.com/biscolab/laravel-recaptcha/blob/master/LICENSE)

0 commit comments

Comments
 (0)