trunks/sms-login-captcha

laravel-admin 登录验证码

v1.1 2020-05-21 03:44 UTC

This package is auto-updated.

Last update: 2024-05-21 20:11:53 UTC


README

Installation First, install dependencies:

composer require trunks/sms-login-captcha

Configuration In the extensions section of the config/admin.php file, add some configuration that belongs to this extension.

 'extensions' => [
     'sms-login-captcha' => [
         // set to false if you want to disable this extension
         'enable' => true,
     ]
 ]

注意事项

Version Laravel-Admin Version
^1.7.1 < 1.6.10
^1.8 1.6.10 <= 1.7
^2.0 >= 1.7