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

View File

@@ -37,12 +37,22 @@ return [
'api_key' => '',
],
#
# Other settings and configuration you might not need to modify
#
# overrides cache.php
'cache' => [
'default' => '$CACHE_DRIVER$',
'prefix' => 'phpvms_',
],
'captcha' => [
'enabled' => true,
'secret' => '',
'sitekey' => '',
],
# overrides database.php
'database' => [
'default' => env('DB_CONNECTION', '$DB_CONN$'),