https://github.com/xiaoxuan6/login-captcha
laravel-admin 登录添加验证
https://github.com/xiaoxuan6/login-captcha
captcha laravel-admin login php
Last synced: 5 months ago
JSON representation
laravel-admin 登录添加验证
- Host: GitHub
- URL: https://github.com/xiaoxuan6/login-captcha
- Owner: xiaoxuan6
- License: mit
- Created: 2018-12-28T06:22:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T06:46:51.000Z (about 5 years ago)
- Last Synced: 2025-03-19T05:18:51.982Z (over 1 year ago)
- Topics: captcha, laravel-admin, login, php
- Language: PHP
- Homepage:
- Size: 47.9 KB
- Stars: 38
- Watchers: 1
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-laravel-admin - login-captcha - laravel-admin 登录添加验证 (扩展包 / 工具类扩展包)
README
laravel-admin login-captch
======
Installation
First, install dependencies:
composer require james.xue/login-captcha
Configuration
In the extensions section of the config/admin.php file, add some configuration that belongs to this extension.
'extensions' => [
'login-captcha' => [
// set to false if you want to disable this extension
'enable' => true,
]
]
### 修改中文
php artisan vendor:publish --tag=lang
### 输入框背景透明化
在config/admin.php 中添加
'background' => true,
### 注意事项
Version
Laravel-Admin Version
^1.7.1
< 1.6.10
^1.8
1.6.10 <= 1.7
^2.0
>= 1.7