当前位置:网站首页>Laravel8 implementation of picture verification code
Laravel8 implementation of picture verification code
2022-06-23 05:15:00 【Life goes on and battles go on】
1、 adopt composer Install verification code package
stay Composer To carry out the following orders
composer require mews/captcha
2、 To configure
stay config/app.php in find aliases Add the following code to the array
'Captcha' => Mews\Captcha\CaptchaServiceProvider::class,
3、 Generate configuration files
stay Composer To carry out the following orders , If the pop-up option , Select to config, my config Of tag yes 11, Input 11 Back carriage return , Then it will be in config Generate configuration files in the folder ; In the configuration file length Is the number of digits of the generated verification code ;
php artisan vendor:publish
4、 The front end uses the verification code
Add... Where needed
<img src="{
{captcha_src()}}" id="captcha">Switch verification code
<script>
$('#captcha').click(function(){
$(this).prop('src',"{
{captcha_src()}}"+Math.random(1000,9999));
})
</script>边栏推荐
- BGP第二次试验
- Difficult to find a job in a bad environment? Ali on three sides. Fortunately, he has made full preparations and has offered
- 8 years' experience: monthly salary of 3000 to 30000, the change of Test Engineer
- Arduino temperature and humidity sensor DHT11 (including code)
- Cookie session explanation
- [laravel series 7.8] broadcasting system
- STP summary
- 2022-06-22:golang选择题,以下golang代码输出什么?A:3;B:1;C:4;D:编译失败。 package main import ( “fmt“ ) func mai
- MySQL stored procedure
- 【毕业季_进击的技术er】送别过去两年迷茫的自己。重整旗鼓,大三我来啦
猜你喜欢

STP summary

I have been engaged in software testing for 5 years and have changed jobs for 3 times. I have understood the field of software testing

强推,软件测试快速入门,一看就会

微信小程序:微信也可以发闪照了闪照制作生成微信小程序源码下载,自定义闪照时间

dolphinscheduler海豚调度升级代码改造-UpgradeDolphinScheduler

【Proteus仿真】Arduino UNO+PCF8574+LCD1602+MPX4250电子秤

Open source ecology 𞓜 super practical open source license basic knowledge literacy post (Part 2)

What is the average annual salary of an outsourced tester who has worked for 5-8 years?

Jetpack Compose 从开门到入门之 MenuBar桌面菜单(Desktop Menu)

Emergency response HW review
随机推荐
Direct insertion sort - [common sort method (1/8)]
C语言栈实现
微信小程序:微信也可以发闪照了闪照制作生成微信小程序源码下载,自定义闪照时间
JDBC调用存储过程、MySQL触发器
使用PX4的ECL进行多传感器数据融合的后处理
掌握 Shell,一篇就够了!
Brief ideas and simple cases of JVM tuning - why do you need JVM tuning?
李宏毅《机器学习》丨5. Tips for neural network design(神经网络设计技巧)
I have been engaged in software testing for 5 years and have changed jobs for 3 times. I have understood the field of software testing
985 test engineer is hanged. Who is more important in terms of education and experience?
PRCS-1016 : Failed to resolve Single Client Access Name
Mongodb sharding principle
3 天完成小学期项目,手把手教你完成天气播报系统!
飞桨框架v2.3发布高可复用算子库PHI!重构开发范式,降本增效
应用挂了~
PRCS-1016 : Failed to resolve Single Client Access Name
同步国内AOSP代码相关错误
微信小程序;AI智能配音助手
Architecture à trois niveaux MVC
In unity, how to read and write a scriptableobject object in editor and runtime