Download the PHP package james.xue/login-captcha without Composer
On this page you can find all versions of the php package james.xue/login-captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download james.xue/login-captcha
More information about james.xue/login-captcha
Files in james.xue/login-captcha
Download james.xue/login-captcha
More information about james.xue/login-captcha
Files in james.xue/login-captcha
Vendor james.xue
Package login-captcha
Short Description laravel-admin 登录验证码
License MIT
Homepage https://github.com/xiaoxuan6/login-captcha
Package login-captcha
Short Description laravel-admin 登录验证码
License MIT
Homepage https://github.com/xiaoxuan6/login-captcha
Please rate this library. Is it a good library?
Informations about the package login-captcha
laravel-admin login-captch
Installation First, install dependencies:
composer require james.xue/login-captcha
Configuration In the extensions section of the config/admin.php file, add some configuration that belongs to this extension.
'extensions' => [
'login-captcha' => [
// set to false if you want to disable this extension
'enable' => true,
]
]
修改中文
php artisan vendor:publish --tag=lang
输入框背景透明化
在config/admin.php 中添加
'background' => true,
注意事项
Version | Laravel-Admin Version |
---|---|
^1.7.1 | < 1.6.10 |
^1.8 | 1.6.10 <= 1.7 |
^2.0 | >= 1.7 |
All versions of login-captcha with dependencies
PHP Build Version
Package Version
The package james.xue/login-captcha contains the following files
Loading the files please wait ....