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

Commit 6d4f18c

Browse files
authored
Update README.md
1 parent dfd8595 commit 6d4f18c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can install the package via composer:
1414
```sh
1515
composer require biscolab/laravel-recaptcha:^3.0
1616
```
17-
The service **provider** must be registered in `config/app.php`:
17+
Laravel 5.5 (or greater) uses package auto-discovery, so doesn't require you to manually add the Service Provider, but if you don't use auto-discovery `ReCaptchaServiceProvider` must be registered in `config/app.php`:
1818
```php
1919
'providers' => [
2020
...

0 commit comments

Comments
 (0)