captcha:Laravel 验证码

时间:2024-07-05 22:41:07
【文件属性】:

文件名称:captcha:Laravel 验证码

文件大小:427KB

文件格式:ZIP

更新时间:2024-07-05 22:41:07

PHP

Laravel 验证码 安装 编辑您的composer.json文件 Laravel 4 "require" : { ... "thytanium/captcha" : "1.*" } Laravel 5 "require" : { ... "thytanium/captcha" : "2.*" } 运行composer update以安装软件包。 然后将以下内容添加到app.php 'providers' => array ( . . . 'Thytanium\Captcha\CaptchaServiceProvider' , ); 'aliases' => array ( 'Captcha' => 'Thytanium\Captcha\Facades\Captcha' , ); 然后,您必须发布配置文件。 php artisan ven


【文件预览】:
captcha-master
----composer.json(410B)
----src()
--------config()
--------routes.php(106B)
--------Thytanium()
----.gitignore(23B)
----public()
--------fonts()
----README.md(4KB)

网友评论

相关文章