Commit 1f3f0c10 authored by Leandro Alves's avatar Leandro Alves

config file publishing instructions

parent f78e1a0c
......@@ -37,6 +37,12 @@ Anhskohbo\NoCaptcha\NoCaptchaServiceProvider::class,
'NoCaptcha' => Anhskohbo\NoCaptcha\Facades\NoCaptcha::class,
```
3- Publish the config file
```ssh
php artisan vendor:publish --provider="Anhskohbo\NoCaptcha\NoCaptchaServiceProvider"
```
### Configuration
Add `NOCAPTCHA_SECRET` and `NOCAPTCHA_SITEKEY` in **.env** file :
......
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