james.xue/login-captcha-username

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

2.0.1 2022-03-18 07:28 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,
     ]
 ]