PHP Classes

File: config/captcha.php

Recommend this page to a friend!
  Classes of Wang   Tagydes   config/captcha.php   Download  
File: config/captcha.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Tagydes
E-commerce Web administration panel and API
Author: By
Last change:
Date: 1 year ago
Size: 106 bytes
 

Contents

Class file image Download
<?php

return [
   
'secret' => env('RECAPTCHA_SECRETKEY'),
   
'sitekey' => env('RECAPTCHA_SITEKEY'),
];