Skip to content

Commit

Permalink
Updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrushton committed Sep 13, 2020
1 parent 6f36a3c commit 52803df
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,7 @@ composer require origami/captcha

### Requirements

This package is designed to work with Laravel >= 5.4 currently.

### Service Provider

If you do not have package auto discovery, there is a Laravel 5 is a service provider you can make use of to automatically prepare the bindings.

```php

// app/config/app.php

‘providers’ => [
...
Origami\Captcha\CaptchaServiceProvider::class
];
```
This package is designed to work with Laravel >= 6 currently. If you require 5.8 support, use version 1.

### Setup

Expand Down

0 comments on commit 52803df

Please sign in to comment.