Download the PHP package lshorz/luocaptcha without Composer
On this page you can find all versions of the php package lshorz/luocaptcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package luocaptcha
Luosimao 人机验证 Laravel 5.X 扩展
基于Luosimao免费人机验证的Laravel 5.x扩展
安装
如果是laravel<5.5 则修改config/app.php 增加
增加aliases
配置
1.执行
2.去官注册帐号并配置config/lcaptcha.php
使用方法
在页面head等合适的地方加入
在需要显示该验证组件的地方插入以下代码
将会生成类似代html代码
另外需要自己补充JS方法,例如将取得的response(默认参数名为:luotest_response)参数post到服务器进行远程验证,参考如下:
服务端验证
方法一:
方法二:
其他请参考:
luosimao官方使用文档
All versions of luocaptcha with dependencies
PHP Build Version
Package Version
The package lshorz/luocaptcha contains the following files
Loading the files please wait ....