Skip to content

233sec/x-captcha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XCaptcha

INSTALL

composer require "xiaohuilam/x-captcha":"dev-master"
php artisan make:controller App\\Http\\YourCaptchaController
echo "\r\n" >> .env
echo "APP_CAPTCHA_CONTROLLER=App\\Http\\YourCaptchaController" >> .env

and add this into your config/app.php's providers

Xiaohuilam\XCaptcha\XCaptcha::class,

LICENSE

MIT

About

X-Captcha 的 Laravel SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages