PHPackages                             dean/login - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. dean/login

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

dean/login
==========

Nice login page and Add captcha and login attempts for laravel-admin

v1.0.3(6y ago)012MITJavaScriptPHP &gt;=7.0.0

Since May 28Pushed 6y ago1 watchersCompare

[ Source](https://github.com/hdlovefork/laravel-admin-ext-login)[ Packagist](https://packagist.org/packages/dean/login)[ Docs](https://github.com/hdlovefork/laravel-admin-ext-login)[ RSS](/packages/dean-login/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (3)Versions (5)Used By (0)

login page extension
====================

[](#login-page-extension)

Nice login page and Add captcha and login attempts for laravel-admin

### Installation

[](#installation)

```
composer require dean/login

php artisan vendor:publish --tag dean-login

```

### Configuration

[](#configuration)

In the extensions section of the `config/admin.php` file, add configurations

```
'extensions' => [
     'login' => [
         // set to false if you want to disable this extension
          'enable'=>true,

         // set to false if you want to disable captcha validation
         'verificationCodeEnable' => env('APP_ENV')==='production',

         // configuration
         'maxAttempts'  => 5,
         'decayMinutes' => 1,

         'logoPath'=>'',
         'logoText'=>'',
         'backgroundImagePath'=>'',

         'pageTitle'=>''
    ]
]

```

In the `resources/lang/en(example)/validation.php` file, add configurations

```
'captcha'    => 'The :attribute is invalid.',
'attributes' => [
    'captcha' => 'captcha',
],

```

If you need to modify the captcha configuration, please see [mews/captcha](https://github.com/mewebstudio/captcha)

And in the `config/captcha.php` file, add configurations

```
'admin' => [
    'length'    => 5,
    'width'     => 120,
    'height'    => 36,
    'quality'   => 90,
],

```

### Usage

[](#usage)

Open your login page in your browser

### License

[](#license)

Licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

4

Last Release

2543d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66e6179f9886582d1ce10780a9a3b66ff05f8b9dd033386da9c4455a55a7a478?d=identicon)[hdlovefork](/maintainers/hdlovefork)

---

Top Contributors

[![hdlovefork](https://avatars.githubusercontent.com/u/7336084?v=4)](https://github.com/hdlovefork "hdlovefork (7 commits)")

---

Tags

extensionloginlaravel-admin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dean-login/health.svg)

```
[![Health](https://phpackages.com/badges/dean-login/health.svg)](https://phpackages.com/packages/dean-login)
```

###  Alternatives

[asundust/auth-captcha

Sliding captcha for Laravel-Admin auth, Multiple platform support / Laravel-Admin登录 滑动验证插件 多平台支持

593.6k](/packages/asundust-auth-captcha)[james.xue/login-captcha

laravel-admin 登录验证码

3725.4k](/packages/jamesxue-login-captcha)[manzhouya/auth-attempts

Add captcha and login attempts for laravel-admin

142.1k](/packages/manzhouya-auth-attempts)[iamtong/laravel-admin-login-check-safe

登录添加验证码，后台用户锁定，错误次数过多锁定，密码强制修改，添加密码修改记录，登录日志

102.5k](/packages/iamtong-laravel-admin-login-check-safe)[ghost/google-authenticator

Google 两步验证码

122.5k](/packages/ghost-google-authenticator)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
