Commit a5aefd96 authored by Nguyen Van Anh's avatar Nguyen Van Anh Committed by GitHub

Merge pull request #122 from PixellUp/patch-1

Indicate supported for laravel 5.5 and above
parents 164715a2 cbcc442f
...@@ -17,11 +17,11 @@ No CAPTCHA reCAPTCHA ...@@ -17,11 +17,11 @@ No CAPTCHA reCAPTCHA
composer require anhskohbo/no-captcha composer require anhskohbo/no-captcha
``` ```
## Laravel 5 ## Laravel 5 and above
### Setup ### Setup
**_NOTE_** This package supports the auto-discovery feature of Laravel 5.5, So skip these `Setup` instructions if you're using Laravel 5.5. **_NOTE_** This package supports the auto-discovery feature of Laravel 5.5 and above, So skip these `Setup` instructions if you're using Laravel 5.5 and above.
In `app/config/app.php` add the following : In `app/config/app.php` add the following :
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment