Dependencies for captcha #212

This commit is contained in:
Nabeel Shahzad
2018-03-16 10:50:04 -05:00
parent ccbc109db2
commit b9380b2c3a
5 changed files with 98 additions and 17 deletions

9
config/captcha.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
return [
'secret' => env('NOCAPTCHA_SECRET'),
'sitekey' => env('NOCAPTCHA_SITEKEY'),
'options' => [
'timeout' => 2.0,
],
];