archerzdip/login-captcha-username

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

1.2.4 2019-12-02 03:03 UTC

This package is auto-updated.

Last update: 2024-03-29 03:59:05 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,
     ]
 ]