Add source.
parents
Showing
.gitignore
0 → 100644
.travis.yml
0 → 100644
composer.json
0 → 100644
{ | |||
"name": "anhskohbo/no-captcha", | |||
"description": "No CAPTCHA reCAPTCHA For Laravel.", | |||
"authors": [ | |||
{ | |||
"name": "anhskohbo", | |||
"email": "anhskohbo@gmail.com" | |||
} | |||
], | |||
"require": { | |||
"php": ">=5.3.0", | |||
"illuminate/support": "4.*|5.0.*" | |||
}, | |||
"autoload": { | |||
"psr-4": { | |||
"Anhskohbo\\NoCaptcha\\": "src/" | |||
} | |||
}, | |||
"minimum-stability": "stable" | |||
} |
phpunit.xml
0 → 100644
src/NoCaptcha.php
0 → 100644
src/config/.gitkeep
0 → 100644
src/config/config.php
0 → 100644
tests/.gitkeep
0 → 100644
Please register or sign in to comment