Pick A Spy
After pulling, run composer install
.
Configuration
Configurations for reCAPTCHA and Twilio are pulled from two files, config.js
and config.php
, in the root folder.
const RECAPTCHA_KEY = 'KEY';
<?php
return [
'recaptchaKey' => '',
'twilio' => [
'sid' => '',
'token' => '',
'number' => '+15555555555'
]
];
Thank You
Built using the following tools:
Dev: Notepad++, Composer, FileZilla, GIMP
Back: Twilio, libphonenumber (php port)
Front: Chex, Font Awesome, Normalize.css