Answer the question
In order to leave comments, you need to log in
Why key value is not inserted in laravel config?
Why is the value true of the login key not inserted in the laravel config, from this:
config(['recaptcha.used.login', true]);
I allocated rights 775, tried 777, still does not insert,
recaptcha.php does not give errors:
<?php
return [
'used' => [
'order' => true,
'login' => false,
],
'public_key' => '',
'private_key' => '',
];
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question