Replace captcha package with own implementation
This commit is contained in:
9
config/captcha.php
Normal file
9
config/captcha.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Altcha Captcha System
|
||||
*/
|
||||
|
||||
return [
|
||||
'hmac_key' => env('ALTCHA_HMAC_KEY'),
|
||||
];
|
||||
Reference in New Issue
Block a user