Commit cbcc442f authored by Teodor's avatar Teodor Committed by GitHub

Indicate that package the auto-discovery feature supported with laravel 5.5 and above

Some people may have doubts that is only 5.5 exclusive feature and later version of laravel doesn't support it
parent 164715a2
...@@ -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