Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
salahhusa9 committed Jul 29, 2024
1 parent feb39db commit ee9e5af
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ Does your business depend on our contributions? Reach out and support us on [Git

## Installation

You can install the package via composer:
1. You can install the package via composer:

```bash
composer require salahhusa9/laravel-geetest-captcha
```

You need to add `@geetestCaptchaAssets()` in head tag in your layout file:
2. You need to add `@geetestCaptchaAssets()` in head tag in your layout file:

```html
<!DOCTYPE html>
Expand All @@ -38,6 +38,10 @@ You need to add `@geetestCaptchaAssets()` in head tag in your layout file:
</html>
```

3. Sign up and activate your GeeTest account on the [official website](https://geetest.com)
4. Create an ID and Key on the dashboard
5. add GEETEST_ID and GEETEST_KEY in .env file

## Usage
### Use in form

Expand Down

0 comments on commit ee9e5af

Please sign in to comment.