hackcat/login-captcha is a Laravel package for laravel-admin 登录验证码.
It currently has 0 GitHub stars and 9 downloads on Packagist (latest version v1.0.1).
Install it with composer require hackcat/login-captcha.
Discover more Laravel packages by hackcat
or browse all Laravel packages to compare alternatives.
Last updated
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 |