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 +63
-2
lines changed
Expand file tree Collapse file tree 3 files changed +63
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ title : ' '
5+ labels : ' '
6+ assignees : ' '
7+
8+ ---
9+
10+ ** Describe the bug**
11+ A clear and concise description of what the bug is.
12+
13+ ** To Reproduce**
14+ Steps to reproduce the behavior:
15+ 1 . Go to '...'
16+ 2 . Click on '....'
17+ 3 . Scroll down to '....'
18+ 4 . See error
19+
20+ ** Expected behavior**
21+ A clear and concise description of what you expected to happen.
22+
23+ ** Screenshots**
24+ If applicable, add screenshots to help explain your problem.
25+
26+ ** Environment:**
27+ - OS: [ e.g. Ubuntu 16.04]
28+ - PHP version [ 7.1.x]
29+
30+ ** Additional context**
31+ Add any other context about the problem here.
Original file line number Diff line number Diff line change 1+ Bug Fixes ** ONLY** . NO NEW FEATURE ACCEPTED!
2+
3+ <!-- - Provide a general summary of your changes in the Title above -->
4+
5+ ## Description
6+ <!-- - Describe your changes in detail -->
7+
8+ ## Related Issue
9+ <!-- - This project only accepts pull requests related to open issues -->
10+ <!-- - If suggesting a new feature or change, please discuss it in an issue first -->
11+ <!-- - If fixing a bug, there should be an issue describing it with steps to reproduce -->
12+ <!-- - Please link to the issue here: -->
13+
14+ ## Motivation and Context
15+ <!-- - Why is this change required? What problem does it solve? -->
16+ <!-- - If it fixes an open issue, please link to the issue here. -->
17+
18+ ## How Has This Been Tested?
19+ <!-- - Please describe in detail how you tested your changes. -->
20+ <!-- - Include details of your testing environment, and the tests you ran to -->
21+ <!-- - see how your change affects other areas of the code, etc. -->
22+
23+ ## Screenshots (if appropriate):
Original file line number Diff line number Diff line change 11# Laravel ReCAPTCHA - v3
2- Simple Google reCAPTCHA package for Laravel 5
2+ Simple and painless Google reCAPTCHA package for Laravel 5
33
44[ ![ 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 )
55
66## System requirements
7- PHP 7.1 or greater
7+ | Package version | PHP version | Laravel version |
8+ | -----------------| -------------| -----------------|
9+ | 3.x | 7.1 or greater | 5.5 or greater |
810
911Are you still using PHP 5.x or 7.0? Please go to [ V2] ( https://github.com/biscolab/laravel-recaptcha/tree/v2.0.4 )
1012
13+ ## !!! Documentation !!!
14+
15+ Since version 3.2.0 you can find online complete documentation at [ https://laravel-recaptcha-docs.biscolab.com/ ] ( https://laravel-recaptcha-docs.biscolab.com/ ) .
16+ For previous releases continue reading.
17+
1118## Installation
1219
1320You can install the package via composer:
You can’t perform that action at this time.
0 commit comments