hackcat / login-captcha
laravel-admin 登录验证码
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/hackcat/login-captcha
Requires
- php: >=7.0.0
- encore/laravel-admin: ~1.7
- mews/captcha: ^2.2||^3.0
Requires (Dev)
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2025-12-09 14:25:59 UTC
README
Installation First, install dependencies:
composer require hackcat/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 |