james.xue / login-captcha-username
登录添加验证码和判断用户是否可用
Fund package maintenance!
www.paypal.me/xuexiaoxuan
Installs: 4 923
Dependents: 0
Suggesters: 0
Security: 0
Stars: 9
Watchers: 1
Forks: 4
Open Issues: 0
Requires
- php: >=7.0.0
- mews/captcha: ^2.2 || ^3.0
Requires (Dev)
- encore/laravel-admin: ~1.6||~1.7||~1.8
- friendsofphp/php-cs-fixer: ^3.4
This package is auto-updated.
Last update: 2025-04-07 22:59:21 UTC
README
Installation
First, install dependencies:
composer require james.xue/login-captcha-username
Second :
php artisan vendor:publish --tag=lang
Third :
php artisan migrate
Configuration In the extensions section of the config/admin.php file, add some configuration that belongs to this extension.
'extensions' => [
'login-captcha-username' => [
// set to false if you want to disable this extension
'enable' => true,
]
]