定制 irfa/lockout 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

irfa/lockout

Composer 安装命令:

composer require irfa/lockout

包简介

"Lock account if failed login"

README 文档

README

Code Climate Scrutinizer Code Quality Build Status Support me Latest Stable Version PHP Composer Buy Me A Coffee

Logo

This package is useful for locking an account if someone tries to log into your account, this package can be implemented into the admin dashboard login, information system, cloud, etc.

🛠️ Installation with Composer

composer require irfa/lockout

You can get Composer here

🛠️ Laravel Setup

1. Add to config/app.php

'providers' => [
      	 ....
         Irfa\Lockout\LockoutAccountServiceProvider::class, 
     ];

2. Add to config/app.php

'aliases' => [
         ....
    	'Lockout' => Irfa\Lockout\Facades\Lockout::class,
],

3. Publish Vendor

php artisan vendor:publish --tag=lockout-account

Open .env file and add this line (optional)

....
LOGIN_ATTEMPS=3
LOGGING=true
    

Usage:

https://github.com/irfaardy/lockout-account/wiki/Usage

How to Contributing

  1. Fork it (https://github.com/irfaardy/lockout-account/fork)
  2. Commit your changes (git commit -m 'Add some Feature')
  3. Push to the branch (git push origin version)
  4. Create a new Pull Request

Issue

If you found issues or bug please create new issues here https://github.com/irfaardy/lockout-account/issues/new

LICENSE
GitHub license

统计信息

  • 总下载量: 12
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 3
  • 点击次数: 5
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 3
  • Watchers: 3
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-06-26

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固