archerzdip/login-captcha-username

登录添加验证码和判断用户是否可用

Fund package maintenance!
james.dmzfa.com/about#pay

Installs: 334

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 4

pkg:composer/archerzdip/login-captcha-username

1.2.4 2019-12-02 03:03 UTC

This package is auto-updated.

Last update: 2025-11-29 03:04:12 UTC


README

Installation

First, install dependencies:

composer require archerzdip/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,
     ]
 ]